RosettaCodeData/Task/Hello-world-Graphical/M2000-Interpreter/hello-world-graphical-2.m2000

8 lines
155 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
Module CheckIt {
Declare Simple Form
With Simple, "Title", "Hello World"
Method Simple, "Show", 1
Declare Simple Nothing
}
CheckIt