4 lines
71 B
Text
4 lines
71 B
Text
|
|
str =: 'asdf'
|
||
|
|
rstr =: str::from -1 step -1
|
||
|
|
print str, rstr
|