consolidatation
[rrq/rrqforth.git] / adoc / p_0branch.adoc
1 // contorl.asm: WORD p_zero_branch,'0BRANCH',fasm
2
3 anchor:p_0branch[]
4
5 === Word: 0BRANCH
6
7 ....
8 Data stack: ( v -- )
9 ....
10
11 "0BRANCH" is a function word that implements execution conditional by
12 means of optionally adding the subsequent branch offset, or not, to
13 the point of execution. If the value, v, is 0 then the branch offset
14 is added, and otherwise execution continues with the cell following
15 the branch offset in the definition.
16