kytschBASIC

Put down that phone!
Please view me on real computer.

STR$

Converts to a string.

Example

PRINT STR$("Hi World!")
PRINT STR$(26)

Output

Hi World!
26

See also