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