Files
GroundPY/test2.grnd
2025-09-01 06:44:33 +10:00

12 lines
177 B
Plaintext

set &myName "Nathaniel"
set &myAge 10
fun -list !split -string &str -string &determiner
set &x 2
set &y 5
add $x $y &x
stdlnout $x
endfun
# should error
stdlnout $x