Initial commit

This commit is contained in:
2025-08-09 20:33:08 +10:00
commit 7364a3ac3e
8 changed files with 1923 additions and 0 deletions

5
tests/infinity.grnd Normal file
View File

@@ -0,0 +1,5 @@
stdlnout "To infinity and beyond!"
set &counter 0
add 1 $counter &counter
stdlnout $counter
jump %3