This command will reverse the contents of the specified string.
REVERSE$ string
string
String The string to reverse
This command does not return a value.
a$="dark basic pro by lee bamber" print a$ reverse$ a$ print a$ do loop
TEXT Commands Menu Index