This website requires JavaScript.
Explore
Help
Sign In
jeff
/
dust
Watch
1
Star
0
Fork
0
You've already forked dust
Code
7d7b96d76f
dust
/
examples
/
for_loop.ds
7 lines
53 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Write README and examples
2023-10-17 20:21:59 +00:00
list = [1 2 3]
Begin syntax revision
2023-10-31 05:09:29 +00:00
for i in list {
Improve for loop implementation
2023-10-17 19:31:43 +00:00
i += 1
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
}
Copy Permalink