/* NetRexx */ options replace format comments java crossref symbols binary import javax.swing. msgText = 'Goodbye, World!' JOptionPane.showMessageDialog(null, msgText)