Fix bugs
This commit is contained in:
9
tests/to1000.grnd
Normal file
9
tests/to1000.grnd
Normal file
@@ -0,0 +1,9 @@
|
||||
set &var 0
|
||||
println "dingle"
|
||||
@jump
|
||||
add 1 $var &var
|
||||
println $var
|
||||
equal $var 1000000 &cond
|
||||
if $cond %end
|
||||
jump %jump
|
||||
@end
|
||||
Reference in New Issue
Block a user