This website requires JavaScript.
Explore
Help
Sign In
Sun
/
sunlang
Watch
1
Star
0
Fork
You've already forked sunlang
0
Code
Issues
Pull Requests
Packages
Projects
Releases
3
Wiki
Activity
main
sunlang
/
tests
/
test_for.sun
4 lines
64 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
add support do i++ and >= and <=
2025-12-09 14:37:28 -03:00
print("Counting:");
for (var i = 0; i <= 5; i++) {
print(i);
first version of Sun
2025-12-09 13:23:45 -03:00
}