Module STR

Source
Expand description

ยงSTR$(X) Returns the number X as a string.

PRINT STR$(-3.14) + "!"
-3.14!