From 843b3dd38ee4082d20e46724b1673b31c9ad29b3 Mon Sep 17 00:00:00 2001 From: sejo Date: Tue, 28 Sep 2021 15:09:39 -0500 Subject: [PATCH] corrected some typos, thanks marshall! --- src/uxn_tutorial.gmo | 2 +- src/uxn_tutorial_day_3.gmo | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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