diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,8 +20,8 @@ Output formats for operator '.': Standard operators: <>+-[]., 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) + ; - end of code (useful when reading stdin) + # - comment to the end of line (useful when reading files) Example: echo '+++[.-]' | ./brainfuck |