OPTIMIZER IS WORKING
This commit is contained in:
16
test2.grnd
16
test2.grnd
@@ -1,9 +1,7 @@
|
||||
set &x 123
|
||||
greater 100000000 $x &cond
|
||||
if $cond %yes
|
||||
@yes
|
||||
stdout "yes\n"
|
||||
end 0
|
||||
@no
|
||||
stdout "no\n"
|
||||
end 0
|
||||
set &var 0
|
||||
set &cond true
|
||||
@loop
|
||||
add $var 1 &var
|
||||
greater 100000000 $var &cond
|
||||
if $cond %loop
|
||||
end $var
|
Reference in New Issue
Block a user