add_sub_brainfuck_code by 0mg

for($=readline(f=i=j="");m=$.charCodeAt(i++);f+=".")for(;j-m;j-=j>m||-1)f+=j<m?"+":"-";print(f)

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

download

return to the top page