Files
GroundPY/test2.grnd

7 lines
100 B
Plaintext
Raw Normal View History

2025-09-09 07:20:50 +10:00
set &var 0
set &cond true
@loop
add $var 1 &var
greater 100000000 $var &cond
if $cond %loop
end $var