// in real life this would look up "name" in some table or database return "jabberwocky";
String name = "poem", value; Fetch f = new Fetch(); Debug.println("fetch", "Fetching " + name); value = f.fetch(name);