3 lines
59 B
Text
3 lines
59 B
Text
|
|
(set 'x 0)
|
||
|
|
(if (= x 1) (println "is 1") (println "not 1"))
|