let
Defines a temporary variable that lives only inside the lambda body.
.let {world}
item:
Hello, .item
Content copied to clipboard
In implicit form:
.let {world}
Hello, .1
Content copied to clipboard
Return
Parameters
value
value to use as a temporary variable
body
- Likely a body argument
content to evaluate with the temporary variable. Accepts 1 parameter (value itself)