standardized call-out blocks
[rrq/rrqforth.git] / adoc / p_bracketed_quote.adoc
1 // compile.asm: WORD p_bracketed_quote,"[']",doforth,IMMEDIATE
2
3 anchor:p_bracketed_quote[]
4
5 === Word: [']
6
7 ....
8 Data stack: ( -- cfa )   Input stream: word
9 ....
10
11 "[']" is an immediate function word that reads the next word on the
12 input stream and pushes its cfa.
13
14 ====
15 .Definition concept for [']
16 ****
17 : ['] IMMEDIATE ' ;
18 ****
19 ====
20