removed generated
[rrq/rrqforth.git] / adoc / p_get_n_decrement.adoc
index b41909901ed520cbc27128cf87952162b3366d31..9f22ca3dcf8e25fcae46e6dba01cf2142cf7afee 100644 (file)
@@ -12,9 +12,8 @@ Data stack: ( a n -- v )
 then decrements the cell at that address by n.
 
 ====
-.Word: @n++
-[caption='Defintion concept {counter:exec}']
-----
+.Defintion concept for @n++
+****
 : @n++ OVER @ DUP ROT - ROT ! ;
-----
+****
 ====