コード例 #1
0
 public static void dup(Token t, string scope)
 {
     if (SymbolTable.dup(t, scope))
     {
         SemanticDupError(t, scope);
     }
 }