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
3dc53ed43dead8d5c75685cfbc8bd659c853eaa6
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