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