1
0
forked from ground/ground-old
This repository has been archived on 2026-03-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ground_old_fork/tests/convs.grnd
2026-01-24 16:36:37 +11:00

8 lines
89 B
Plaintext

tostring 32 &str
stoi "12" &int
stod "3.14" &dou
println $str
println $int
println $dou