$Header: /home/radek/cvs/forth-book/dictionary/ansi/2510.bracket-tick,v 1.1 2003-12-28 18:21:57 radek Exp $
['] — popis
Překlad: ( "<spaces>name" → )
Běh: ( → xt )
Definováno v: dpANS Forth 6.1.2510 CORE
Definováno v: dpANS Forth A.6.1.2510 CORE
Protože slovo ukončuje práci prostředí forthu, nedojde nikdy k návratu z něj.
Skip leading space delimiters. Parse name delimited by a space. Find name. Append the run-time semantics given below to the current definition. An ambiguous condition exists if name is not found. Place name's execution token xt on the stack. The execution token returned by the compiled phrase ['] X is the same value returned by ' X outside of compilation state.
See: 3.4.1 Parsing, 6.1.0070 ' , A.6.1.2033 POSTPONE , A.6.1.2510 ['] , D.6.7 Immediacy.