standardized call-out blocks
[rrq/rrqforth.git] / adoc / p_0equal.adoc
index 827c0f1e206857c1c65924e8c3e519a5b41a3971..8e5379c507ca117fbd301d3502bab0731a3d7444 100644 (file)
@@ -13,4 +13,4 @@ Data stack: ( v -- 0/-1 )
 complement; the result is zero if the value non-zero, and the result
 is non-zero if the value is zero.
 
-Compare with <<p_not,NOT>>.
+This is the same function as <<p_not,NOT>>.