4 lines
48 B
Text
4 lines
48 B
Text
|
|
OPTION UTF8 TRUE
|
||
|
|
s$ = "asdf"
|
||
|
|
PRINT REVERSE$(s$)
|