7 lines
90 B
Plaintext
7 lines
90 B
Plaintext
set &x 0
|
|
set &cond 0
|
|
@loop
|
|
add $x 1 &x
|
|
greater 100000000 $x &cond
|
|
if $cond %loop
|
|
end $cond |