sS pcallOrStackTrace_strOrNull(O f, O... args) { try { ret strOrNull(callF(f, args)); } catch print e { ret getStackTrace(e); } }