RosettaCodeData/Task/String-append/ArkScript/string-append.ark

3 lines
38 B
Plaintext

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