--- Instructions --- - Use Enter to delete - Left & Right Arrows to move between differemt Symbols - Up & Arrows (Or mouse scroll wheel) to Scroll in the part where is your mouse - Symbols you can type: "+ - . , < > [ ]" - My own added symbols: ": @ # &" - "," doesn't work right now, but I am working on it --- How Brainf### works --- - There are only 8 symbols (+ - . , < > [ ]) - More Information: https://en.wikipedia.org/wiki --- Bugs --- - Multiple Brackets doesn't work if anyone know how to fix then please help (like: ++[>++[>++<-]<-]) - "," doesn't work now --- All Symbols --- - "+" - Increments the value at the current memory cell by 1 - "-" - Decrements the value at the current memory cell by 1 - ">" - Moves the memory pointer one cell to the right - "<" - Moves the memory pointer one cell to the left - "." - Outputs the ASCII character of the current cell - "," - Takes one character of input and stores its ASCII value in the current cell - "[" - If the current cell is zero, jumps forward to the matching "]" - "]" - If the current cell is not zero, jumps back to the matching "[" - ":" - Outputs the number value of the current cell - "@" - Saves Value of Current tile - "#" - Loads Value to Current tile - "&" - Set Value to 0 at Current tile --- Code Examples --- ++++++++++ [>+++>++++++>+++++++++>++++++++++++>+++++++++++++++>++++++++++++++++++>+++++++++++++++++++++>++++++++++++++++++++++++<<<<<<<<-]>>++++++++++++.>+++++++++++.+++++++..+++.<<++.>+++++++++++++++.>.+++.------.--------.<<+.
By @Sweden0456