public RepeatStmnt(IPrintExpr expr, IPrintStmnt body)
 {
     Expression = expr;
     Body = body;
 }
Пример #2
0
 public RepeatStmnt(IPrintExpr expr, IPrintStmnt body)
 {
     Expression = expr;
     Body       = body;
 }