This website requires JavaScript.
Explore
Help
Sign In
zongor
/
undar-lang
Watch
1
Star
0
Fork
You've already forked undar-lang
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b4512f2434
undar-lang
/
test
/
while.ul
7 lines
67 B
Plaintext
Executable File
Raw
Blame
History
nat i = 0;
while (i < 10) {
print(i as str);
i = i + 1;
}
Reference in New Issue
View Git Blame
Copy Permalink