This website requires JavaScript.
Explore
Help
Register
Sign In
egormanga
/
Slang
Watch
1
Star
0
Fork
0
You've already forked Slang
mirror of
https://github.com/egormanga/Slang.git
synced
2025-03-01 18:09:30 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
Slang
/
tests
/
for.sl
9 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Latest changes back from 2021, before starting from scratch.
2024-01-11 02:55:07 +03:00
#| Slang `for' test. |#
Huge work; i'm too tired to write commit message for all of it. Pleez let me sleep acouple of hours. Made most tests work. Started SBC.
2020-03-18 07:00:12 +03:00
main {
for i in (0 to 5) {
stdio.println(i)
stdio.println(i+2)
}
}
Reference in New Issue
Copy Permalink