Table of Contents

About

Let is a builtin command that evaluate an arithmetic expression.

Syntax

let arg [arg ...]
# equivalent to
((expression))

where:

If:

  • the last arg evaluates to 0, let returns 1;
  • 0 is returned otherwise.

Documentation / Reference