RosettaCodeData/Task/Hello-world-Graphical/NetRexx/hello-world-graphical-1.netrexx
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

7 lines
170 B
Text

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