Help for this page

Select Code to Download


  1. or download this
    use Brainfuck;
    bf_execute(">++++[<++++>-]<+++[->++++<]+
                ++[>---<-]++[>+.<-]>[>+>+<<-
    ...
    
    bf_load_sourcefile("asourcefile.b");
    bf_execute();
    
  2. or download this
    package Brainfuck;
    
    ...
    }
    
    1;