RosettaCodeData/Task/Conditional-structures/NewLISP/conditional-structures-2.newlisp

3 lines
59 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
(set 'x 0)
(if (= x 1) (println "is 1") (println "not 1"))