!752 p { new Android3 a; a.startPort = 4989; a.useMultiPort = false; // We want the real port! makeBot(a); print("Ports: " + a.port + " / " + a.startPort); if (a.port != a.startPort) { a.dispose(); fail("Could not allocate port " + a.startPort); } } answer { if "windows key pressed" print("Windows key!"); }