standardized call-out blocks
[rrq/rrqforth.git] / adoc / p_Ccomma.adoc
index a0b07cd9771604e11d0f100400162b362d91d35e..75992a8f0633d302e3d70f608c966cb90c26ba4f 100644 (file)
@@ -14,11 +14,10 @@ Data stack: ( v -- )
 at the current free head address, which also is incremented.
 
 ====
-.Word: C,
-[caption='Definition concept {counter:exec}: ']
-----
+.Definition concept for C,
+****
 : C, HERE @ 1 ALLOT C! ;  ( v -- ; Claim 1 byte and put lsb value there )
-----
+****
 ====
 
 See also <<p_colon,:>>, <<p_comma>>. <<p_here,HERE>>, <<p_get,@>>,