// rrqforth.asm: WORD p_quit,'QUIT',fasm anchor:p_quit[] === Word: QUIT .... Data stack: ?? .... "QUIT" is a function word that implements the root execution loop of RRQFORTH. First it resets the stacks to their original settings, and thereafter it enters loop of reading words from <> and executing them.