standardized call-out blocks
[rrq/rrqforth.git] / adoc / p_here.adoc
index 5a6c41609ffd4bdf8dbbe08622f609a0f8df809d..66aa8edcafceb6e0014e43e652c35203a14e72c3 100644 (file)
@@ -12,9 +12,12 @@ Data stack: ( -- a )
 allocation space. It get updated by all words that allocate memory.
 
 
-.Usage example
+====
+.allocate 1024 bytes on the heap
+[caption='Usage example {counter:example} ']
 ****
-1024 HEAP @ + HEAP ! ( allocate 1024 bytes on the heap )
+1024 HEAP @ + HEAP !
 ****
+====
 
 See also <<p_allot,ALLOT>>.