This website requires JavaScript.
Explore
Help
Sign In
greg
/
schala
Watch
1
Star
0
Fork
0
You've already forked schala
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
8aa306746a
schala
/
source_files
/
while.maaru
8 lines
61 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Evaluate while loop
2017-01-05 04:00:29 -08:00
a = 0
Use buffered reader for stdout Not sure ifthis is actually helping
2017-01-05 04:39:31 -08:00
while a < 100000
Evaluate while loop
2017-01-05 04:00:29 -08:00
print("hello", a)
a = a + 1
end
Reference in New Issue
Copy Permalink