This website requires JavaScript.
Explore
Help
Sign In
jeff
/
dust
Watch
1
Star
0
Fork
0
You've already forked dust
Code
4e861620ce
dust
/
examples
/
while_loop.ds
7 lines
43 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Implement for loops
2023-10-17 18:06:02 +00:00
i = 0
while i < 10 {
Revise function and yield syntax
2023-12-30 02:15:03 +00:00
output(i)
Implement for loops
2023-10-17 18:06:02 +00:00
i += 1
}
Copy Permalink