RosettaCodeData/Task/Reverse-a-string/ArkScript/reverse-a-string.ark

4 lines
55 B
Plaintext

(import std.String :reverse)
(print (reverse "asdf"))