Files
GroundPY/test2.grnd

7 lines
90 B
Plaintext
Raw Normal View History

set &x 0
set &cond 0
2025-09-07 13:38:16 +10:00
@loop
add $x 1 &x
greater 100000000 $x &cond
2025-09-07 13:38:16 +10:00
if $cond %loop
end $cond