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

Re: PATCH: zsh/param/private module



On 2015/11/09, at 7:05, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:

> +For example, this construction fails if tt(zsh/param/private) has not yet
> +been loaded when `tt(failing)' is defined:
> +example(bad_declaration+LPAR()RPAR() {
> +  zmodload zsh/param/private
> +  private array=LPAR() one two three RPAR()
> +})

failing --> bad_declaration ?



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