static A pcallOr(IF0 f, A a) { if (f != null) pcall { ret f!; } ret a; }