
  *- lots of errors in this one 
  
  *-   twentyfive is too long 
  one  twentyfive   15 ;

  *-  no separator between end and ; in end;  
  begin   ;   test  end;   ok

  *-  + is an invalid token
  paint  *  rob  *-   B   twentysix   ;

  *- #B is an invalid token and so is -*
  move   #B  east   -*  x 

  *- all integers are invalid, 03 has leading 0, 123456789 is too long, 
  *-   no   negative numbers   
  BEgin same as beGIN 03 123456789  0  -3

 *- >= is not a valid token 
  fred >= tom

 *-  one15; is invalid, add6tosum is invalid, starburstmove too long  
 ok one15;  add6tosum starmove movestar  starburstmove
 
  
