Files
ground/tests/typeconvs.grnd
2025-08-11 14:12:25 +10:00

11 lines
150 B
Plaintext

stod "3.14" &out
stdlnout $out
stoi "732" &out
add 1 $out &out
stdlnout $out
tostring 3.14 &out
add $out " is a number of sorts" &out
stdlnout $out