added
[rrq/rrqforth.git] / adoc / p_lparen.adoc
index 027d3d463dc3c8dfb89a07987b93b7b1953744d7..6aa8460294610f7cf320d5599812473f860c431e 100644 (file)
@@ -1,6 +1,6 @@
 // stdio.asm:  WORD p_lparen,'(',fasm,IMMEDIATE
 
-anchor:p_tell[]
+anchor:p_lparen[]
 
 === Word: (
 ....
@@ -10,3 +10,6 @@ Data stack: ( -- )
 "(" (left parenthesis) is a function word that scans and ignores words
 until the next right parenthesis, or the end of the stream. This is
 used for comments in RRQFORTH code.
+
+Note that the terminating right parenthesis is a word, i.e. must have
+whitespace before and after it.