RosettaCodeData/Task/Reverse-a-string/Ursala/reverse-a-string.ursala
2023-07-01 13:44:08 -04:00

7 lines
78 B
Text

#import std
#cast %s
example = ~&x 'asdf'
verbose_example = reverse 'asdf'