// stack.asm: WORD p_over, 'OVER',fasm anchor:p_over[] === Word: OVER .... Data stack: ( v1 v2 -- v1 v2 v1 ) .... "OVER" is a function word that duplicates the second top stack cell on the data stack.