This website requires JavaScript.
Explore
Help
Sign In
jeff
/
dust
Watch
1
Star
0
Fork
0
You've already forked dust
Code
Issues
dust
/
examples
/
for_loop.ds
7 lines
54 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Write README and examples
2023-10-17 16:21:59 -04:00
list = [1 2 3]
Begin syntax revision
2023-10-31 01:09:29 -04:00
for i in list {
Improve for loop implementation
2023-10-17 15:31:43 -04:00
i += 1
Implement for loops
2023-10-17 14:06:02 -04:00
(output i)
}
Copy Permalink