Files
GroundPY/test2.grnd

7 lines
110 B
Plaintext
Raw Normal View History

2025-09-09 18:03:58 +10:00
set &counter 0
set &cond 1
@loop
add $counter 1 &counter
greater 100000000 $counter &cond
if $cond %loop
end 0