standardized call-out blocks
[rrq/rrqforth.git] / adoc / p_immediate.adoc
index 5e887fee6da6f726b2bb548d7ee5fa1c5913f7cd..154aa3aa2ee6b4cfb25eb46d22c0ee809a3010b4 100644 (file)
@@ -12,11 +12,10 @@ Data stack: ( -- )
 the most recent word to 1, thereby making that word an immediate word.
 
 ====
-.Word: IMMEDIATE
-[caption='Definition concept {counter:exec}:']
-----
+.Definition concept for IMMEDIATE
+****
 : IMMEDIATE IMMEDIATE 1 CURRENT-WORDLIST @ @ 16 + ! ;
-----
+****
 ====
 
 See also <<p_colon,:>>, <<p_current_wordlist,CURRENT-WORDLIST>>,