test
[jscl.git] / test.lisp
1
2 (lambda (x y)
3   x)
4
5 (debug "hola")
6 (debug (if 2 (+ 2 1) 0))