#!/usr/local/bin/vtml -L -sstart -t_ -b_ ##echo This is a Virtual Turing Machine that does nothing. # -L : turn on echo # -sstart : start in state 'start' # -t_ : start with tape '_' # -b_ : blank char is '_'