forced terminating NUL for STRING
[rrq/rrqforth.git] / adoc / p_2swap.adoc
index 6c123cfad61406bd5549c66dae164c4e224c9308..2c03e4968161ed5654e9af6263bc926c5e03e504 100644 (file)
@@ -13,9 +13,8 @@ the upper and lower pair. This is similar to <<p_swap,SWAP>> but
 working with cell pairs rather than single cells.
 
 ====
-.Word: 2SWAP
-[caption='Definition concept {counter:exec}: ']
-----
-: 2SWAP 3 ROLL 3 ROOL ;
-----
+.Definition concept for 2SWAP
+****
+( v1 v2 v3 v4 -- v3 v4 v1 v2 ) : 2SWAP 3 ROLL 3 ROLL ;
+****
 ====