EXIT EXECUTES EXITCODE
EXIT ( -- )  
smart-word ansi .6.1.1380 <CORE>
will unnest the current colon-word so it will actually return the word calling it. This can be found in the middle of a colon-sequence between : and ;

reference: p4_exit in ../src/core.c:1225, export CS EXIT