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

4 lines
57 B
Text

(let immutable 5)
(mut mutable "hello")
(set mutable 5)