STR
Converts to a string.
Example
PRINT STR("Hi World!")
LINE BREAK
PRINT STR(26)
LINE BREAK
DEF string$=STR(123.21)
PRINT string$
Output
Hi World!
26
123.21
26
123.21
Put down that phone!
Please view me on real computer.
STR
Converts to a string.
PRINT STR("Hi World!")
LINE BREAK
PRINT STR(26)
LINE BREAK
DEF string$=STR(123.21)
PRINT string$