public InternalFunc(string name, Pcode pcode, int argcount)
 {
     this.name     = name;
     this.pcode    = pcode;
     this.argcount = argcount;
 }