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

8 lines
89 B
Plaintext
Raw Normal View History

2026-01-24 16:36:37 +11:00
tostring 32 &str
stoi "12" &int
stod "3.14" &dou
2026-01-24 16:36:37 +11:00
println $str
println $int
2026-01-24 16:36:37 +11:00
println $dou