Hi, I'd like to create a collection and iterate over it. Something like:
function zaz
set listx (
"foo"
"bar"
"zee"
)
for item in $listx
echo "item: $item"
end
endbut I cannot find any example how to do it. Can you help me pls? Thx.
------------------------------------------------------------------------------
_______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
