(
"<spaces>newname" "<spaces>oldname" -- )
For both strings skip leading space delimiters. Parse
newname
and
oldname delimited by a space. Create a definition for
newname with the semantics defined below.
Newname may be the same as
oldname;
when looking up
oldname,
newname shall not be found.
An ambiguous conditions exists if
oldname can not be found or
IMMEDIATE is applied to
newname.