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
f8695b14e3
sunlang
/
tests
/
test_for.sun
7 lines
109 B
Plaintext
Raw
Blame
History
function main() {
print("Counting:");
for (var i = 0; i < 5; i = i + 1) {
print(i);
}
return 0;
}
Reference in New Issue
View Git Blame
Copy Permalink