This website requires JavaScript.
Explore
Help
Register
Sign In
max
/
kyn
Watch
1
Star
0
Fork
0
You've already forked kyn
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
faebaf7d3fb05089b07629de80cda3704d49592f
kyn
/
tests
/
loop.kyn
7 lines
102 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fixes and functions
2025-10-01 13:43:08 +10:00
let counter = 0
Request module
2025-10-06 11:57:49 +11:00
while compare $counter <= 10000 {
Fixes and functions
2025-10-01 13:43:08 +10:00
println $counter
counter = (math 1 + $counter)
}
Reference in New Issue
Copy Permalink