Local Assignment Operator in a Program

Keystroke: {

x ← y

Evaluates y numerically and assigns its contents to x. Variables and functions defined with this operator are only defined locally within the current definition, for example, within a program. Returns the value of the left-hand-side.

Operands:

Notes:

QuickSheet