Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

x=(foo ; bar) array assignments with embedded semicolons



% x=(foo ; bar)
% print $#x $x
2 foo bar

Eric reproduced that with various versions going as far back as 3.0.8.



Messages sorted by: Reverse Date, Date, Thread, Author