Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Interesting tidbit from the austin-group list
- X-seq: zsh-workers 18413
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Interesting tidbit from the austin-group list
- Date: Tue, 1 Apr 2003 02:42:03 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Jason Zions wrote:
------------------------------------------------------------------------
Since (( is not permitted to be a reserved word, a conforming shell
*cannot* treat it as such. Among other things, if there is an executable
file named (( anywhere in $PATH, then
while (( $count < $NUMLOOPS ))
is required to invoke that executable program rather than any
functionality built into the shell.
------------------------------------------------------------------------
Messages sorted by:
Reverse Date,
Date,
Thread,
Author