Description Usage Arguments Value Examples
Always(.x)
is a closure function that takes any object .x
,
and returns a function that always returns object .x
.
1 | Always(.x)
|
.x |
An object. |
A function that itself returns .x
.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.