This website requires JavaScript.
Explore
Help
Register
Sign In
ground
/
GroundPY
Watch
2
Star
1
Fork
0
You've already forked GroundPY
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
9bae73f1e107daca4951faabbf881f5e169957c8
GroundPY
/
test2.grnd
7 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
doing some set up for when i implement a peephole optimizer
2025-09-08 07:49:33 +10:00
set &x 0
set &cond 0
COUNTING TO 100 MILLION TEST
2025-09-07 13:38:16 +10:00
@loop
doing some set up for when i implement a peephole optimizer
2025-09-08 07:49:33 +10:00
add $x 1 &x
greater 100000000 $x &cond
COUNTING TO 100 MILLION TEST
2025-09-07 13:38:16 +10:00
if $cond %loop
doing some set up for when i implement a peephole optimizer
2025-09-08 07:49:33 +10:00
end $cond
Reference in New Issue
Copy Permalink