using IFAGAIN instead
[rrq/rrqforth.git] / adoc / p_2drop.adoc
1 // stack.asm:   WORD p_2drop, '2DROP',fasm
2
3 anchor:p_2drop[]
4
5 === Word: 2DROP
6
7 ....
8 Data stack: ( v1 v2 -- )
9 ....
10
11 "2DROP" is a function word that plainly discards the top 2 cells from
12 the data stack.