aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorIgor <pashev.igor@gmail.com>2010-01-17 21:04:30 +0300
committerIgor <pashev.igor@gmail.com>2010-01-17 21:04:30 +0300
commit26301f19486c2b09d922e0317b32a5903b91b792 (patch)
tree2ee627c68f27af13e771f64d9220ee894c7f2c6e /README
parent480040590d537354528edced47f5c3d9f3909377 (diff)
downloadbrainfuck-26301f19486c2b09d922e0317b32a5903b91b792.tar.gz
Fixed stack. Added: ; - end of code, # - comment
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index e79272a..7f220c0 100644
--- a/README
+++ b/README
@@ -18,7 +18,10 @@ Output formats for operator '.':
if omitted read stdin
Standard operators: <>+-[].,
-Extensions: ciuox - change format output (same as -c & others, see above)
+Extensions:
+ ciuox - change format output (same as -c & others, see above)
+ ; - end of code (usefull when reading stdin)
+ # - comment to the end of line (usefull when reading files)
Example:
echo '+++[.-]' | ./brainfuck