| STEP | to run the turing machine step-by-step. |
| RUN[n] | to let the turing machine run automaticly with a delay of n ms between each step. |
| FILE | to redirect the output to an file. |
| END | will show only the number of steps the turing machine needed to reach the halting state and the end-string. |
| as | the actual state, a string (max. length 15 characters). |
| rs | the read symbol, one character. |
| ns | the next state, a string (max. length 15 characters). |
| ws | the written symbol, one charater. |
| m | the movement, '<', '-' or '>'. |
| '^' | triangle (it is not necessary to begin the input-string with a triangle) |
| '_' | space (it is not necessary to end the input-string with a space) |
| 's' | starting state |
| 'h' | halting state |