Пример #1
0
 private Expr(string sign, Term term, IList <ExprCont> cont)
 {
     this.sign = sign;
     this.term = term;
     this.cont = cont;
 }