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

4 lines
48 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
OPTION UTF8 TRUE
s$ = "asdf"
PRINT REVERSE$(s$)