TuringMachine¶ Simulate a Turing machine from a rule number and initial conditions. $ wo 'TuringMachine[2506, {{1}, {0, 1, 0}}, 0]' {{{1, 1, 0}, {0, 1, 0}}}