0.2.0
Added support for shell variables.
- The
variablesmodule provides functions to get, set, and unset shell variables. - Reading indexed and associative arrays is supported.
- Dynamic variables (like
$SECONDSor$RANDOM) can be created with theDynamicVariabletrait.