27.3 Using multiple-value list variables
In addition to single-value macro variables (see §27.2 Using macro variables), you can use multiple-value list variables. A list variable is a macro variable that contains an ordered, indexable collection of items, each of the form index=value, much like an array in the C programming language.
§27.3.1 Understanding list-variable syntax
§27.3.2 Assigning a value to a list-variable item
§27.3.3 Initializing list variables
§27.3.4 Using macros to process lists
§27.3.5 Using pointers to process lists
§27.3.6 Using a list instead of a conditional expression
> 27 Working with Mif2Go macros > 27.3 Using multiple-value list variables
