summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index f741485..87ed15a 100644
--- a/readme.md
+++ b/readme.md
@@ -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/)