RosettaCodeData/Task/Loops-Foreach/Nu/loops-foreach.nu
2023-12-16 21:33:55 -08:00

2 lines
41 B
Text

let l = [a b c d]
for x in $l {print $x}