First Blocks
Browse All Templates
Notion Formulas
Functions
Logical Functions
lets()
Returns:
all types
Syntax:
lets(var1, value1, var2, value2, ..., expression)
Example:
lets(x, 5, y, 3, x + y) = 8
The content of this page will be added in the coming days.