blob: 2119df55cf2bcac59dd000039fee172e71618940 (
plain)
1
2
3
4
5
6
|
let arg ...
Evaluate each arg as an arithmetic expression. See the section
`Arithmetic Evaluation' in zshmisc(1) for a description of
arithmetic expressions. The exit status is 0 if the value of
the last expression is nonzero, 1 if it is zero, and 2 if an er-
ror occurred.
|