Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MaroonCoffee authored Jan 17, 2024
1 parent c647fde commit b2259c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit b2259c9

Please sign in to comment.