forced terminating NUL for STRING
[rrq/rrqforth.git] / adoc / p_comma.adoc
index ae000355431e11c80fcf157eb4944029f20d4ac1..f3064b720db5868d798c21c23cb17b31bbd40d76 100644 (file)
@@ -13,11 +13,10 @@ Data stack: ( v -- )
 <<p_here,HERE>> heap.
 
 ====
-.Word: ,
-[caption='Definition concept{counter:exec}: ']
-----
+.Definition concept for ,
+****
 : , HERE @ 8 ALLOT ! ; ( v -- ; Claim 8 bytes and put value there )
-----
+****
 ====
 
 See also <<p_colon,:>>, <<p_Ccomma>>. <<p_here,HERE>>, <<p_get,@>>,