Initializer
init(variableName:variableType:initExpression:inExpression:)
Creates a let expression.
init(variableName: String, variableType: String? = nil, initExpression: any ATLExpression, inExpression: any ATLExpression)
Parameters
variableName-
The name of the variable to bind
variableType-
Optional type annotation
initExpression-
Expression to initialise the variable
inExpression-
Expression evaluated with the binding in scope