We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe957c commit 7031034Copy full SHA for 7031034
README.md
@@ -15,13 +15,9 @@ This version of brainfuck has only 10 instructions, and those are:
15
16
< --> Changes the cell it's in by -1.
17
18
- , --> Allows for input(ONLY WITH NUMBERS FFS).
+ , --> Allows for ascii input.
19
20
- ; --> Gets ascii inputs.
21
-
22
- . --> Echoes the value of the cell(IF DONE WITH ASCII VALUES, WILL THROW IT'S VALUE ON THE ASCII TABLE).
23
24
- : --> Echoes the ascii value of the cell.
+ . --> Echoes the ascii value of the cell.
25
26
[ --> Starts a loop.
27
0 commit comments