another example
[rrq/rrqforth.git] / adoc / p_quote.adoc
1 // compile.asm: WORD p_quote,"'",fasm
2
3 anchor:p_quote[]
4
5 === Word: '
6 ....
7 data stack: ( -- cfa )    Input stream: word
8 ....
9
10 "'" (single quote) is a function word that reads and find the next
11 word on the input stream and pushes its cfa.
12
13
14