home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / ap / zsh / zsh-2.4 / zsh-2 / zsh-2.4.306 / help / let < prev    next >
Text File  |  1993-10-09  |  308b  |  7 lines

  1.        let arg ...
  2.               Evaluate each arg as an arithmetic expression.  See
  3.               ARITHMETIC EVALUATION above for  a  description  of
  4.               arithmetic  expressions.   The  exit status is 0 if
  5.               the value of the last expression is nonzero, and  1
  6.               otherwise.
  7.