Arithmetic Expressions
In the future, it should be possible to perform arithmetic by containing such expressions within $((...))
, such as how Bash performs it. As an example:
let result = $(( ($x * $y) * 2 ))
In the future, it should be possible to perform arithmetic by containing such expressions within $((...))
, such as how Bash performs it. As an example:
let result = $(( ($x * $y) * 2 ))