diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -41,6 +41,8 @@ Just like brainfuck, cells wrap from 0 to 255, and vice versa, and also the tape `%` Clear screen +`$` Zero n cells where n is the value of the current cell + `\` Comment out the rest of the line ## Usage @@ -52,6 +54,12 @@ For example: $ brainfucked helloworld.bfd ``` +Brainfucked can also read from standard in, so the following would also work. + +``` +$ cat helloworld.bfd | brainfucked +``` + ## License This project is Licensed under the [WTFPL](http://www.wtfpl.net/) |