RosettaCodeData/Task/Reverse-a-string/Symsyn/reverse-a-string-2.symsyn

12 lines
106 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
c : 'abcdefghijklmnopqrstuvwxyz'
c []
$s
#c j
if j > 0
- j
+ c.j $s 1
goif
endif
$s []