3 lines
40 B
Text
3 lines
40 B
Text
|
|
s = "a string";
|
||
|
|
rev = s(length(s):-1:1)
|