dust/examples/for_loop.ds

4 lines
33 B
Plaintext
Raw Normal View History

2023-10-17 18:06:02 +00:00
for i in [1 2 3] {
(output i)
}