Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
config:start [2025/05/27 18:15] – [The configuration files] rajitconfig:start [2025/06/05 09:58] (current) rajit
Line 32: Line 32:
 </code> </code>
 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.
 +
 +<code>
 +int_tablex <var> values
 +real_tablex <var> values
 +string_tablex <var> values
 +</code>
 +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.
  
 <code> <code>