Arithmetic Expansion
====================
A string of the form `$[EXP]' or `$((EXP))' is substituted with the
value of the arithmetic expression EXP. EXP is subjected to _parameter
expansion_, _command substitution_ and _arithmetic expansion_ before it
is evaluated. See Note:Arithmetic Evaluation.