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

4 lines
50 B
Text
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
x: "asdf"
print reverse x
print x ; Now reversed.