!759 p { swingChoose(litlist("Hello", "World?"), new O { void run(S choice) { print("Chosen: " + choice); } }); }