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

namespaces limitation



I came across the following when using the new namespaces:

  integer .var.d=0
  (( .var.d++ ))
  zsh: bad floating point constant

It'd be good if it could identify this as a namespace variable.

And should this be allowed or should it complain about the 3 part not
being an identifier?

  integer .3=67

Oliver




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