some new words
[rrq/rrqforth.git] / adoc / p_return.adoc
1 // rrqforth.asm:        WORD p_return, 'RETURN',fasm
2
3 anchor:p_return[]
4
5 === Word: RETURN
6
7 ....
8 Data stack: ( -- )
9 ....
10
11 "RETURN" is a function word that implements the ending of a FORTH
12 definition and make execution return to the next step in the calling
13 definition.