4 lines
40 B
Plaintext
4 lines
40 B
Plaintext
|
set &x 0
|
||
|
@loop
|
||
|
add $x 1 &x
|
||
|
jump %loop
|