Programming/lisp
lisp when/unless macro
구차니
2013. 1. 28. 11:32
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