let Command Examples

Evaluate arithmetic expressions in shell. Supports variables, operators, and conditional expressions. More information: https://manned.org/let.

let "{{result = a + b}}"

let "{{x++}}"

let "{{result = (x > 10) ? x : 0}}"

let --help