{ OpenDialog( `VBox( `Label("Hello, World!"), `PushButton("&OK") ) ); UserInput(); CloseDialog(); return 0; }