static S expandCountryCode(S code) { pcall { try answer countryCodeToCommonName(code); } ret code; }