5 lines
181 B
Text
5 lines
181 B
Text
Section Header // The Header section is required.
|
|
+ name := GOODBYE2; // Define the name of this object.
|
|
|
|
Section Public
|
|
- main <- (IO.put_string "Hello world!\n";);
|