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