Fix copy & paste mistake in README

This commit is contained in:
Cesar Blum 2020-12-17 15:33:12 -08:00
parent e5b0b97643
commit 32031ac6e7

View file

@ -36,7 +36,7 @@ write a more powerful interpreter that can parse numbers.
| `+` | ( x y -- z ) | Sum the two numbers at the top of the stack | | `+` | ( x y -- z ) | Sum the two numbers at the top of the stack |
| `nand` | ( x y -- z ) | NAND the two numbers at the top of the stack | | `nand` | ( x y -- z ) | NAND the two numbers at the top of the stack |
| `exit` | ( r:addr -- ) | Pop return stack and resume execution at addr | | `exit` | ( r:addr -- ) | Pop return stack and resume execution at addr |
| `key` | ( -- x ) | Read key stroke as ASCII character) | | `key` | ( -- x ) | Read key stroke as ASCII character |
| `emit` | ( x -- ) | Print low byte of x as an ASCII character | | `emit` | ( x -- ) | Print low byte of x as an ASCII character |
### Variables ### Variables