Description Arguments Examples
Assign value to the symbol x, which can then subsequently
be treated equal to value. This "immutability" is emulated by
assigning an active binding to the symbol x. If the value is
accessed, it is simply returned by the active binding, but if a value
change is attempted, an error is raised that the symbol cannot be reused.
The immutequality operator can thus be used to promise that the value
associated with a symbol will not change for the remainder of its scope.
x |
a symbol |
value |
the associated value |
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.