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