[][src]Module basic::__Chapter_3::STR

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

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