Пример #1
0
 bool NextToken()
 {
     if (!scanner.NextToken())
     {
         return(false);
     }
     return(true);
 }