6061626364656667686970
Set set = new HashSet(); Iterator it = StringFunction.getSupportedIdentifiers(). iterator(); while (it.hasNext()) set.add(new StringFunction((String)(it.next()))); set.add(new URLStringCatFunction()); return set; }
5960616263646566676869