LOCALS| LOADM LOOP
LOCALS| name1 name2 ... nameN | ( xN ... x2 x1 -- )  
smart-word ansi 13.6.2.1795 <LOCALS>
create local identifiers to be used in the current definition. At runtime, each identifier will be assigned a value from the parameter stack.
The identifiers may be treated as if being a VALUE , it does also implement the ansi TO extensions for locals. Note that the identifiers are only valid inside the currently compiled word, the SEE decompiled word will show them as <A> <B> ... <N> a.s.o.
see also LVALUE

reference: p4_locals_bar in ../src/locals.c:0177, export CS LOCALS|