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 3e01391 commit 453e2f4
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 @@ -24,7 +24,7 @@ The language has two memory registers and one output register:
| `=` | Print the current value in the register. \**Different in Condition Mode* |
| `_` | Floors the current value in the register to the nearest integer |
| `&` | Move the entire string register over to the output in FIFO mode |
| `~` | Pop the last element from the string register and append it to the output |
| `~` | Pop the last element from the string register and append it to the output register |
| `:` | Print the current value of the output register and clears it |
| `!` | Clear all registers |
| `\|` | Split the pointer into two, one going the original direction and the other one 90° rotated |
Expand Down

0 comments on commit 453e2f4

Please sign in to comment.