RosettaCodeData/Task/String-append/ArkScript/string-append.ark
2025-08-11 18:05:26 -07:00

2 lines
38 B
Text

(let s "12345678")
(print (+ s "9!"))