VariableDeclaration
- class caqtus.types.iteration.VariableDeclaration(
- variable: DottedVariableName,
- value: Expression,
Bases:
objectRepresents the declaration of a variable.
- variable
The name of the variable.
- value
The unevaluated to assign to the variable.