public Type Execute(CompilingContext c, Statement s) { CItem ret = Make(s.GetType().Name); return(ret.Execute(c, s)); }