forked from ground/ground
Initial commit
This commit is contained in:
5
tests/to1000.grnd
Normal file
5
tests/to1000.grnd
Normal file
@@ -0,0 +1,5 @@
|
||||
set &var 0
|
||||
add 1 $var &var
|
||||
stdlnout $var
|
||||
greater 1000 $var &cond
|
||||
if $cond %2
|
Reference in New Issue
Block a user