bug fix TFA>NAMEZ
[rrq/rrqforth.git] / adoc / p_lparen.adoc
1 // stdio.asm:   WORD p_lparen,'(',fasm,IMMEDIATE
2
3 anchor:p_lparen[]
4
5 === Word: (
6 ....
7 Data stack: ( -- )
8 ....
9
10 "(" (left parenthesis) is a function word that scans and ignores words
11 until the next right parenthesis, or the end of the stream. This is
12 used for comments in RRQFORTH code.
13
14 Note that the terminating right parenthesis is a word, i.e. must have
15 whitespace before and after it.