First Blocks
Browse All Templates
Notion Formulas
Functions
Logical Functions
let()
...
Returns:
all types
Syntax:
let(variable, value, expression)
Example:
let(x, 5, x * 3) = 15
The content of this page will be added in the coming days.