From b2259c90a11d0ed9d1d872721fff24bed32951c5 Mon Sep 17 00:00:00 2001 From: Elijah Rosen <34388423+MaroonCoffee@users.noreply.github.com> Date: Wed, 17 Jan 2024 14:26:00 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4837ccf..5eb4de7 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ The following text file represents a simple example of Tesseract code: /*``````````````````````````````````````````````````````````````````*/ `````````````````````````````````````````````````````````````````````` -This Program prints "Hello World!", "Tesseract: 8x better than Cube!", and "Debug Script" +This program prints "Hello World!", "Tesseract: 8x better than Cube!", and "Debug Script" being printed as individual characters. Besides its unique geometry, Tesseract's main gimmick is its use of dual syntax. @@ -105,6 +105,7 @@ The following is a list of features and commands in Tesseract: - Literal letters and numbers are pushed to LetNum stack (no v or space as these are reserved for down arrow and empty space respectively) - Operation Stack: + - \ * / % - Characters placed in correct stack automatically +- Operations are only executed if key character has been read and mode is enabled - ( Begins execution at this point - ) Ends execution at this point - \> Turn right