update
[rrq/rrqforth.git] / adoc / p_tfa2flags_get.adoc
index 5ded0d4f4055ff1eb0c323a0b43e88d56fb7dcee..8e5ed3395568dc54f83078205f79236df3bc95f3 100644 (file)
@@ -11,9 +11,8 @@ Data stack: ( tfa -- flags )
 "TFA>FLAGS@" is a function word that pushes word flags of the given tfa.
 
 ====
-.Word: TFA>FLAGS@
-[caption='Defintion concept {counter:exec}']
-----
+.Defintion concept for TFA>FLAGS@
+****
 : TFA>FLAGS@ 16 + @ ;
-----
+****
 ====