rename
[rrq/rrqforth.git] / adoc / p_over.adoc
1 // stack.asm:   WORD p_over, 'OVER',fasm
2
3 anchor:p_over[]
4
5 === Word: OVER
6
7 ....
8 Data stack: ( v1 v2 -- v1 v2 v1 )
9 ....
10
11 "OVER" is a function word that duplicates the second top stack cell on
12 the data stack.
13
14