!752 p { DialogIO io = first(talkToAllOtherVMs()); S quoted = io.ask("get output"); assertTrue(isProperlyQuoted(quoted)); S output = unquote(quoted); printAsciiHeading2("OUTPUT"); print(indent("# ", output)); }