From 453e2f49032bf5f851784603c1bd5935880cb0ae Mon Sep 17 00:00:00 2001 From: Matronator <5470780+matronator@users.noreply.github.com> Date: Fri, 26 Jul 2024 18:53:15 +0200 Subject: [PATCH] Update SYNTAX.md --- SYNTAX.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SYNTAX.md b/SYNTAX.md index e06db54..f234d3c 100644 --- a/SYNTAX.md +++ b/SYNTAX.md @@ -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 |