This website requires JavaScript.
Explore
Help
Sign In
jeff
/
dust
Watch
1
Star
0
Fork
0
You've already forked dust
Code
c2a5f5e972
dust
/
examples
/
for_loop.ds
7 lines
60 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Write README and examples
2023-10-17 20:21:59 +00:00
list = [1 2 3]
Prepare for new version
2023-10-28 14:28:43 +00:00
async 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