This website requires JavaScript.
Explore
Help
Sign In
jeff
/
dust
Watch
1
Star
0
Fork
0
You've already forked dust
Code
3bb825fa58
dust
/
examples
/
for_loop.ds
7 lines
58 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Improve for loop implementation
2023-10-17 19:31:43 +00:00
i = 0
Implement for loops
2023-10-17 18:06:02 +00:00
for i in [1 2 3] {
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)
}
Improve for loop implementation
2023-10-17 19:31:43 +00:00
(output i)
Copy Permalink