var

open fun var(@NonNull expression: Expression): Expression(source)

References variable bound using let.

Return

expression

Parameters

expression

the variable naming expression that was bound with using let

See also


open fun var(@NonNull variableName: String): Expression(source)

References variable bound using let.

Return

expression

Parameters

variableName

the variable naming that was bound with using let

See also