Let
public struct Let: Fn
Let
binds values to one or more variables. Variable values cannot refer to
other variables defined in the same let expression. Variables are lexically
scoped to the expression passed via in
.
FaunaDB Docs (82% documented)
public struct Let: Fn
Let
binds values to one or more variables. Variable values cannot refer to
other variables defined in the same let expression. Variables are lexically
scoped to the expression passed via in
.