( "<spaces>name" -- )
Skip leading space delimiters. Parse name delimited by a
space. Create a definition for name with the execution
semantics defined below.
name Execution:
( i * x -- j * x )
Execute the xt that name is set to execute.
An ambiguous condition exists if name has not been
set to execute an xt.