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

3 lines
59 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(set 'x 0)
(if (= x 1) (println "is 1") (println "not 1"))