RosettaCodeData/Task/Hello-world-Graphical/M2000-Interpreter/hello-world-graphical-2.m2000
2023-07-01 13:44:08 -04:00

7 lines
155 B
Text

Module CheckIt {
Declare Simple Form
With Simple, "Title", "Hello World"
Method Simple, "Show", 1
Declare Simple Nothing
}
CheckIt