$Header: /home/radek/cvs/forth-book/dictionary/ansi/1700.if,v 1.1 2003/12/28 18:21:57 radek Exp $
IF — větvení programu podle podmínky
CORE
Put the location of a new unresolved forward reference orig onto the control flow stack. Append the run-time semantics given below to the current definition. The semantics are incomplete until orig is resolved, e.g., by THEN or ELSE.
Run-time: ( x -- )
If all bits of x are zero, continue execution at the location specified by the resolution of orig.
Slovo IF je součástí konstrukce {xref linkend="if...then"/} a {xref linkend="if...else...then"/}.