Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Typeset dpc (typeset-array)
On Jun 22, 4:35pm, Peter Stephenson wrote:
}
} +If the reserved word tt(declare), tt(export), tt(float), tt(integer),
} +tt(local), tt(readonly) or tt(typeset) is matched when the line is
"If any of the reserved words ..." ?
} +parsed (N.B. not when it is executed), and the reserved word has not
} +been disabled with tt(disable -r)
Nit-pick: If the word has been disabled, will it ever be "matched"?
} +The above creates a scalar parameter tt(svar) with the value `tt(one
} +word)' and an array parameter tt(avar) with a value containing two
Is there a way to put a non-breaking space between "one" and "word" in
that sentence?
} -item(tt(-T) [ var(scalar)[tt(=)var(value)] var(array) [ var(sep) ] ])(
} +item(tt(-T) [ var(scalar)[tt(=)var(value)] var(array)[tt(=)LPAR()var(value...)RPAR()] [ var(sep) ] ])(
We're not consistent about var(thing ...) / var(thing...) / var(thing)...
usage. Hrm.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author