diff --git a/src/uxn_tutorial.gmo b/src/uxn_tutorial.gmo index fa99cd9..56ad3b1 100644 --- a/src/uxn_tutorial.gmo +++ b/src/uxn_tutorial.gmo @@ -118,7 +118,7 @@ short mode is covered on day 2, and return and keep mode are covered on day 5. * EQU: push 01 down into the stack if the top two elements of the stack are equal, 00 otherwise ( a b -- a==b ) * NEQ: push 01 down into the stack if the top two elements of the stack are not equal, 00 otherwise ( a b -- a!=b ) * GTH: push 01 down into the stack if the first element is greater than the second, 00 otherwise ( a b -- a>b ) -* LTH: push 01 down into the stack if the first element is less than the second, 00 otherwise ( a b -- a>b ) +* LTH: push 01 down into the stack if the first element is less than the second, 00 otherwise ( a b -- ab ) -* LTH: push 01 down into the stack if the first element is less than the second, 00 otherwise ( a b -- a>b ) +* LTH: push 01 down into the stack if the first element is less than the second, 00 otherwise ( a b -- a