aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorLizzy Fleckenstein <eliasfleckenstein@web.de>2023-08-21 19:24:26 +0200
committerLizzy Fleckenstein <eliasfleckenstein@web.de>2023-08-21 19:24:26 +0200
commit8648ef9dd658b4e0a71d0e188260eff071fae881 (patch)
tree349392241f562990a761a29e874bb6e381523d03 /examples
parentecd10c643962ac1122fa016e30aee8b7796f8c45 (diff)
downloadparadox-8648ef9dd658b4e0a71d0e188260eff071fae881.tar.xz
I/O buffering
Diffstat (limited to 'examples')
-rw-r--r--examples/brainfuck.false4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/brainfuck.false b/examples/brainfuck.false
index 0ba9adf..ff603ae 100644
--- a/examples/brainfuck.false
+++ b/examples/brainfuck.false
@@ -14,7 +14,7 @@
example hello world brainfuck program to try:
echo '+[>>>->-[>->----<<<]>>]>.---.>+..+++.>>.<.>>---.<<<.+++.------.<-.>>+.' | ./brainfuck
}
-12+;$$t:h:l:
+2+;$$t:h:l:
0d: { change this to 0d: to disable debugging, 1_d: to enable debugging }
0[^$$1_=~\0=~&][\1+]#% $n:
[
@@ -51,7 +51,7 @@
$'<=[t;$l;=[%l;30000+]?1-t:]?
$'+=[t;$;$255~&\1+255&|\:]?
$'-=[t;$;$255~&\1-255&|\:]?
- $'.=[t;;,]?
+ $'.=[t;;,ß]?
$',=[t;$;255~&^|\:]?
$'[=[t;;255&0=[1_b;!]?]?
$']=[t;;255&0=~[1b;!]?]?