Skip to content

Commit 7031034

Browse files
committed
optimised the file reading
1 parent cfe957c commit 7031034

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,9 @@ This version of brainfuck has only 10 instructions, and those are:
1515
1616
< --> Changes the cell it's in by -1.
1717
18-
, --> Allows for input(ONLY WITH NUMBERS FFS).
18+
, --> Allows for ascii input.
1919
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.
20+
. --> Echoes the ascii value of the cell.
2521
2622
[ --> Starts a loop.
2723

0 commit comments

Comments
 (0)