% local -a buffer % buffer=(a b c)
% string="Welcome to the real world, Neo" % buffer=(${=string})
% buffer=("${(f)$(< /etc/hosts)}") % echo $buffer[1] 127.0.0.1 eva-O1.linagora.com eva-01