VariableDeclaration

class caqtus.types.iteration.VariableDeclaration(
variable: DottedVariableName,
value: Expression,
)

Bases: object

Represents the declaration of a variable.

variable

The name of the variable.

Type:

caqtus.types.variable_name.DottedVariableName

value

The unevaluated to assign to the variable.

Type:

caqtus.types.expression._expression.Expression