Table.variable

Table.variable(name) → Variable

Construct a new variable instance, scoped to this table.

Parameters:

name : str The name of the variable.

Returns:

Variable

Last updated