We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60b7b7b + 7250699 commit 095d8f2Copy full SHA for 095d8f2
posts/too-many-brainfuck-compilers.md
@@ -69,7 +69,7 @@ Brainfuck commands:
69
| `.` | write current byte to stdout |
70
| `,` | read byte from stdin and store value in current byte |
71
| `[` | jump past matching `]` if current byte is zero |
72
-| `[` | jump back to matching `[` if current byte is nonzero |
+| `]` | jump back to matching `[` if current byte is nonzero |
73
| any other character | ignore, treat as comment |
74
75
As is customary in introducing any new programming language, here's _"Hello world!"_ in brainfuck:
0 commit comments