RosettaCodeData/Task/Reverse-a-string/BaCon/reverse-a-string.bacon

4 lines
48 B
Plaintext

OPTION UTF8 TRUE
s$ = "asdf"
PRINT REVERSE$(s$)