Files
GroundPY/test2.grnd

9 lines
101 B
Plaintext
Raw Normal View History

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