{ this file is TDEMO1.TXT }                                                  
{ this program increments a unary number by 1 }
                                                                             
{ S#=State  R=Read  W=Write  M=Move  N#=New State }
                                                                             
{ S# R  :  W  M  N# }
  1  0  :  0  R  1
  1  1  :  1  R  2
  2  0  :  1  R  3
  2  1  :  1  R  2
  3  0  :  0  H  3
  3  1  :  0  H  3
