// rrqforth.asm: WORD p_exit, 'EXIT',fasm anchor:p_exit[] === Word: EXIT .... Data stack: ( -- ) .... "EXIT" is a function word that implements the ending of a FORTH definition and its threading to the subsequent step of the calling definition.