dust/examples/for_loop.ds
2023-10-17 14:06:02 -04:00

4 lines
33 B
Plaintext

for i in [1 2 3] {
(output i)
}