8.2 Declaring arrays as data variables

Preprocessor Macro: mbfl_declare_index_array_varref (NAME, INIT_VALUE, DECLARE_OPTIONS)

Like mbfl_declare_varref() but always include the -a option to the declare definition of the data variable. This makes the data variable an indexed array.

Preprocessor Macro: mbfl_declare_assoc_array_varref (NAME, INIT_VALUE, DECLARE_OPTIONS)

Like mbfl_declare_varref() but always include the -A option to the declare definition of the data variable. This makes the data variable an associative array.


This document describes version 3.0.0-devel.9 of Marcos Bash Functions Library.