RosettaCodeData/Task/Reverse-a-string/REBOL/reverse-a-string-2.rebol

4 lines
50 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
x: "asdf"
print reverse x
print x ; Now reversed.