This website requires JavaScript.
Explore
Help
Sign In
jeff
/
dust
Watch
1
Star
0
Fork
0
You've already forked dust
Code
0.3.6-yield
dust
/
examples
/
for_loop.ds
7 lines
54 B
Plaintext
Raw
Permalink
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
Implement for loops
2023-10-17 18:06:02 +00:00
(output i)
}
Copy Permalink