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

Jméno

THEN — ukončení podmíněného větvení IF...THEN nebo IF...ELSE...THEN

CORE

Přehled

Překlad: ( orig → )
Běh: ( → )

Definováno v: dpANS Forth 6.1.2270 CORE

Popis

Append the run-time semantics given below to the current definition. Resolve the forward reference orig using the location of the appended run-time semantics.

Run-time: ( -- )

Continue execution.

Viz: IF, ELSE