RosettaCodeData/Task/Variables/ArkScript/variables-2.ark

6 lines
159 B
Text
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
(let immutable 5)
(if (= (type immutable) "Number")
(print "immutable is a number")
(print (format "immutable is something else. A {}" (type immutable)))