Skip to content

Commit

Permalink
Update SYNTAX.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matronator authored Jul 26, 2024
1 parent fbd4a59 commit 6fbd1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SYNTAX.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The language has two memory registers and one output register:
| Symbol | Description |
| ------ | ----------- |
| `#` | The pointer. Can only be once in the source file and always starts facing right |
| `;` | Exit the program and print the current value of the output register |
| `;` | Exit the program and print the current value of the output register or if it's empty, print the current register value |
| `v` | Change the direction of the pointer downwards |
| `>` | Change the direction of the pointer to right |
| `^` | Change the direction of the pointer upwards |
Expand Down

0 comments on commit 6fbd1ee

Please sign in to comment.