# Functions

EmptyVariable constructs a new empty variable.
NewVariable constructs this variable with name and value.
No description provided by the author

# Structs

Variable implements a variable holder object.
VariableCollection implements a variables list.

# Interfaces

IVariable defines a variable interface.
IVariableCollection defines a variables list.