$Header: /home/radek/cvs/forth-book/dictionary/ansi/0700.again,v 1.1 2003/12/28 18:21:57 radek Exp $
AGAIN — převede řízení na jiné místo
CORE EXT
Převede řízení/vykonávání kódu na uvedené místo.
Toto slovo je možno použít jen ve stavu/fázi kompilace. T.j. při definování nového slova.
Append the run-time semantics given below to the current definition, resolving the backward reference dest. Run-time: ( -- ) Continue execution at the location specified by dest. If no other control flow words are used, any program code after AGAIN will not be executed.