RosettaCodeData/Task/Reverse-a-string/Wortel/reverse-a-string.wortel

5 lines
132 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
; the @rev operator reverses strings and arrays
@rev "abc" ; returns "cba"
; or the same thing using a pointer expression
!~r "abc"