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