This repository has been archived on 2026-01-21. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ground-old/tests/to1000.grnd

7 lines
87 B
Plaintext
Raw Permalink Normal View History

2025-08-09 20:33:08 +10:00
set &var 0
@jump
2025-08-09 20:33:08 +10:00
add 1 $var &var
stdlnout $var
greater 10000 $var &cond
if $cond %jump