Skip to content

Commit

Permalink
πŸ“ Add =
Browse files Browse the repository at this point in the history
  • Loading branch information
aquaslvt committed May 18, 2023
1 parent aa42c87 commit 5ba515a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ The interpreter ignores every other character than these, making them no-op
| `&` | Bitwise AND |
| `~` | Birwise XOR |
| `?` | The next instruction is only executed if the popped value is non-zero |
| `=` | The next instruction is only executed if the popped values are equal |
| `#` | Wait 1ms |

nori.ni arithmetic is NOS Γ— TOS, meaning that `>32*;`, for example, will duplicate 3 (2nd value) by 2 (last value)
Expand Down

0 comments on commit 5ba515a

Please sign in to comment.