The content of this page will be added in the coming days.
lets()
Allows you to create multiple variables and use them in an expression.
Returns:
all types
Returns:
all types
Syntax:
lets(var1, value1, var2, value2, ..., expression)
Syntax:
lets(var1, value1, var2, value2, ..., expr)
Syntax:
lets(var1, value1, var2, value2, ..., expr)
Syntax:
lets(var1, value1, var2, value2, ..., expression)
Example:
lets(x, 5, y, 3, x + y) = 8
Example:
lets(x, 5, y, 3, x + y) = 8
The content of this page will be added in the coming days.
The content of this page will be added in the coming days.
The content of this page will be added in the coming days.