IVariable

Defines a variable interface.

Description

The IVariable interface allows you to define a variable.

Properties

name

The variable name.

name(): str

  • returns: str - variable name.

value

Gets the variable value.

value(): Variant

  • returns: str - variable value.

Sets the variable value.

value(value: Variant)

  • value: str - variable’s name.