X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=adoc%2Fp_lparen.adoc;h=6aa8460294610f7cf320d5599812473f860c431e;hb=0391d16ece3a9f4d7d023ae1f0be610b8a915fc3;hp=027d3d463dc3c8dfb89a07987b93b7b1953744d7;hpb=656f37efbd89db1b1088281047a9633cf74e92ec;p=rrq%2Frrqforth.git diff --git a/adoc/p_lparen.adoc b/adoc/p_lparen.adoc index 027d3d4..6aa8460 100644 --- a/adoc/p_lparen.adoc +++ b/adoc/p_lparen.adoc @@ -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.