$Header: /home/radek/cvs/forth-book/dictionary/ansi/1310.else,v 1.1 2003/12/28 18:21:57 radek Exp $

Jméno

ELSE — else část větvení IF ... THEN

CORE

Přehled

Překlad: ( orig1 → orig2 )
Běh: ( → )

Uvádí else část větvení jenž se vykoná při logické hodnotě false.

Definováno v: dpANS Forth 6.1.1310 CORE

Definováno v: dpANS Forth A.6.1.1310 CORE

Viz. IF, THEN

Popis

Put the location of a new unresolved forward reference orig2 onto the control flow stack. Append the run-time semantics given below to the current definition. The semantics will be incomplete until orig2 is resolved (e.g., by THEN). Resolve the forward reference orig1 using the location following the appended run-time semantics.

Run-time: ( -- )

Continue execution at the location given by the resolution of orig2.