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

strange behavior with 3.0.5



How do you explain the following behavior ?

    ~-0% foo=(); echo $#foo $foo ; bar=hello; foo=($foo $bar); echo $#foo $foo; foo=($foo $bar); echo $#foo $foo
    0
    1 $bar
    2 $bar hello
    ~-0% 


-- Stefan



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