Files
GroundPY/test2.grnd
2025-09-08 20:21:36 +10:00

9 lines
101 B
Plaintext

set &x 123
greater 100000000 $x &cond
if $cond %yes
@yes
stdout "yes\n"
end 0
@no
stdout "no\n"
end 0