Enter any input here.
      Input is read using the , character.
    
        A Turing Machine is a conceptual computing machine proposed by Alan Turing.
        The idea is that the machine has an infinitely long tape composed of cells that contain a value.
        The machine can read or write the value in the cell currently under the "head".
      
        This implementation of the Turing Machine uses a Brainfuck program to define its behaviour.
        Write a program in the box below and click Run to execute it.