Type conversion

This commit is contained in:
2025-08-11 14:12:25 +10:00
parent 09033cd432
commit c39967a72f
4 changed files with 137 additions and 3 deletions

10
tests/typeconvs.grnd Normal file
View File

@@ -0,0 +1,10 @@
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