using IFAGAIN instead
[rrq/rrqforth.git] / adoc / p_0less.adoc
index b068b636a74dcc129892d99642ee3f42745da8b2..b5c1f5e9d09722c1a91f86c81ea41d9eaeb7a700 100644 (file)
@@ -12,12 +12,10 @@ Data stack: ( v -- 0/-1 )
 less than 0, and 0 otherwise.
 
 ====
-.Word: 0<
-[caption='Definition concept {counter:exec}: ']
-----
-: 0= 0 SWAP < ;
-----
+.Definition concept for 0<
+****
+( v -- 0/1 ) : 0= 0 SWAP < ;
+****
 ====
 
-See also <<p_swap,SWAP>> and
-<<p_lessthan,<>>.
+See also <<p_swap,SWAP>> and <<p_lessthan,<>>.