$Header: /home/radek/cvs/forth-book/dictionary/ansi/2270.then,v 1.1 2003/12/28 18:21:57 radek Exp $
THEN — ukončení podmíněného větvení IF...THEN nebo IF...ELSE...THEN
CORE
Překlad: ( orig → )
Běh: ( → )
Definováno v: dpANS Forth 6.1.2270 CORE
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