standardized call-out blocks
[rrq/rrqforth.git] / adoc / p_decimal.adoc
index b06e5f25fc4a6e9b089921594effd88b38dfef86..292565393e2de44081f827b027c9a34e3bb77894 100644 (file)
@@ -12,9 +12,8 @@ Data stack: ( -- )
 "DECIMAL" is a function word that sets <<p_base,BASE>> to 10.
 
 ====
-.Word: DECIMAL
-[caption='Definition concept {counter:exec}: ']
-----
+.Definition concept for DECIMAL
+****
 : DECIMAL 10 BASE ! ;
-----
+****
 ====