optimizer fixed 👍

This commit is contained in:
SpookyDervish
2025-09-09 17:47:43 +10:00
parent 132ed8ed12
commit c2bdf555e4
6 changed files with 17 additions and 24 deletions

View File

@@ -1,7 +1,3 @@
set &var 0
set &cond true
@loop
add $var 1 &var
greater 100000000 $var &cond
if $cond %loop
end $var
greater 1000 $var &cond
end $cond