This website requires JavaScript.
Explore
Help
Register
Sign In
max
/
iodine
Archived
Watch
1
Star
0
Fork
0
You've already forked iodine
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2025-09-13
. You can view files and clone it, but cannot push or open issues or pull requests.
Files
5c7e86b3b04102213f3d44a19e439a53d3cca6c1
iodine
/
examples
/
loop.io
9 lines
105 B
Io
Raw
Normal View
History
Unescape
Escape
Initial commit
2025-05-10 21:28:56 +10:00
let
int
myNum
1
;
Fix loops
2025-05-11 13:55:52 +10:00
while
myNum
!
=
1000
{
Initial commit
2025-05-10 21:28:56 +10:00
println
myNum
;
myNum
=
myNum
+
1
;
}
Fix loops
2025-05-11 13:55:52 +10:00
println
"Finished"
;
Reference in New Issue
Copy Permalink