static Class loadFunctions(L functions) { new StringBuilder buf; for (S s : asSet(functions)) buf.append("please include function " + s + ".\n"); ret hotwire(str(buf)); }