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

4 lines
48 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
OPTION UTF8 TRUE
s$ = "asdf"
PRINT REVERSE$(s$)