RosettaCodeData/Task/Hello-world-Text/Lisaac/hello-world-text-1.lisaac
2023-07-01 13:44:08 -04:00

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;);