add_sub_brainfuck_code by Carlos Gutierrez

do
if!s c=peek(0)
s=sig(c-o)+0^c
o=o+s
?chr$(44-s+2*!s);loop

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page