we have a basic optimizer going! lets goo!!!!!
This commit is contained in:
14
test2.grnd
14
test2.grnd
@@ -1,7 +1,9 @@
|
||||
set &x 0
|
||||
set &cond 0
|
||||
@loop
|
||||
add $x 1 &x
|
||||
set &x 123
|
||||
greater 100000000 $x &cond
|
||||
if $cond %loop
|
||||
end $cond
|
||||
if $cond %yes
|
||||
@yes
|
||||
stdout "yes\n"
|
||||
end 0
|
||||
@no
|
||||
stdout "no\n"
|
||||
end 0
|
Reference in New Issue
Block a user