nitc :: AManyExpr :: defaultinit
# A list of expression separated with commas (arguments for instance) class AManyExpr super AExpr # The list of expressions var n_exprs = new ANodes[AExpr](self) end