(
xn ... x2 x1 -- )
Initialize up to eight local identifiers as described in
13.6.1.0086 (LOCAL), each of which takes as its
initial value the top stack item, removing it from the stack.
Identifier
name1 is initialized with
x1,
identifier
name2 with
x2, etc. When invoked,
each local will return its value. The value of a local may be
changed using
6.2.2295 TO.