From d1ac45feaebc9c3c2e18e9c03d363d8c4d6c9e61 Mon Sep 17 00:00:00 2001 From: d_m Date: Fri, 2 Aug 2024 11:31:03 -0400 Subject: [PATCH] man uxntal updates --- uxntal.1 | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 82 insertions(+), 1 deletion(-) diff --git a/uxntal.1 b/uxntal.1 index 601af47..e7785fa 100644 --- a/uxntal.1 +++ b/uxntal.1 @@ -86,8 +86,89 @@ Thus for regular instructions writing a "generic" effect (leaving sigils off val .SS OVR ( x y -- x y x ) +.SS EQU +( x y -- x==y^ ) + +.SS NEQ +( x y -- x!=y^ ) + +.SS GTH +( x y -- x>y^ ) + +.SS LTH +( x y -- x