Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
config:start [2025/05/27 18:04] – [The configuration files] rajit | config:start [2025/06/05 09:58] (current) – rajit | ||
---|---|---|---|
Line 32: | Line 32: | ||
</ | </ | ||
Here the variable is an array (a.k.a. table) that corresponds to the space-separated list of values. | Here the variable is an array (a.k.a. table) that corresponds to the space-separated list of values. | ||
+ | |||
+ | < | ||
+ | int_tablex <var> values | ||
+ | real_tablex <var> values | ||
+ | string_tablex <var> values | ||
+ | </ | ||
+ | Here the variable is an array (a.k.a. table) as before, but the values are appended to the existing table; i.e. the table is extended. | ||
< | < | ||
Line 63: | Line 70: | ||
* '' | * '' | ||
+ | Any configuration parameter can be over-ridden by using the '' | ||
+ | others (e.g. warnings, definitions of macros) may need [[config: | ||