// rrqforth.asm: WORD p_return, 'RETURN',fasm anchor:p_return[] === Word: RETURN .... Data stack: ( -- ) .... "RETURN" is a function word that implements the ending of a FORTH definition and make execution return to the next step in the calling definition.