5 lines
144 B
Turing
5 lines
144 B
Turing
$$ MODE TUSCRIPT
|
|
SET input="was it really a big fat cat i saw"
|
|
SET reversetext=TURN (input)
|
|
PRINT "before: ",input
|
|
PRINT "after: ",reversetext
|