1 line
54 B
Text
1 line
54 B
Text
revstring (str) = join(reverse(split(str, " ")), " ")
|
revstring (str) = join(reverse(split(str, " ")), " ")
|