when 은 표준 clisp에는 없는 명령으로 if - progn 의 매크로라고 한다.
when 은 if가 참일경우에 대한
unless는 if가 거짓일에 대한 확장이다.
[링크 : http://gigamonkeys.com/book/macros-standard-control-constructs.html]
2013/01/28 - [Programming/lisp] - lisp 명령어 if progn
when 은 if가 참일경우에 대한
unless는 if가 거짓일에 대한 확장이다.
[링크 : http://gigamonkeys.com/book/macros-standard-control-constructs.html]
2013/01/28 - [Programming/lisp] - lisp 명령어 if progn
'Programming > lisp' 카테고리의 다른 글
lisp 반복문 dolist, dotimes, do (0) | 2013.01.30 |
---|---|
lisp cond (0) | 2013.01.28 |
lisp 명령어 if progn (0) | 2013.01.28 |
lisp eval & apply (0) | 2013.01.22 |
xlisp에서 incf 오류 (0) | 2013.01.19 |