// stack.asm: WORD p_2drop, '2DROP',fasm anchor:p_2drop[] === Word: 2DROP .... Data stack: ( v1 v2 -- ) .... "2DROP" is a function word that plainly discards the top 2 cells from the data stack.