3 lines
41 B
Text
3 lines
41 B
Text
|
|
let l = [a b c d]
|
||
|
|
for x in $l {print $x}
|