f7da196579288ed75bcf2696fc105735941730c1
[rrq/rrqforth.git] / adoc / p_break.adoc
1 // control.asm: WORD p_break,'BREAK',fasm,IMMEDIATE
2
3 anchor:p_break[]
4
5 === Word: BREAK
6
7 "BREAK" is an immediate function word that lays out an unconditional
8 branch out of an enclosing xef:p_begin[BEGIN]-xref:p_end[END] block.
9 Similar to xref:p_ifbreak[IFBREAK] it lays out the branch cell
10 followed by a reserved cell for the branch offset, and inserts the
11 resolution address just above the required 0 on the data stack.