示例#1
0
 public void AddGlobalVar(string name, int length, VarType type)
 {
     Vars.AddVar(name, globalCount++, length, type);
 }