protected RNRef(RThread p, int n) : base(p) { argcnt = n; ct = p.LocalCnt('~'); }
internal RNLAsgn(RThread p, uint v, RNode vl) : base(p, v, vl) { ct = p.LocalCnt(v); }