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

5 lines
57 B
Text
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
(let immutable 5)
(mut mutable "hello")
(set mutable 5)