let
Defines a temporary variable that can be used in the lambda body. Example:
.let {world}
Hello, **.1**!
Content copied to clipboard
Return
Parameters
value
value to use as a temporary variable
body
content to evaluate with the temporary variable. Accepts 1 parameter (value itself)