RosettaCodeData/Task/Variables/ArkScript/variables-2.ark
2026-04-30 12:34:36 -04:00

5 lines
159 B
Text

(let immutable 5)
(if (= (type immutable) "Number")
(print "immutable is a number")
(print (format "immutable is something else. A {}" (type immutable)))