!7 p { DialogIO io = talkToThisVM(); print("Greeting: " + io.readLine()); io.sendLine(print("how much memory are you consuming")); print("> " + io.readLine()); io.close(); }