RosettaCodeData/Task/Hello-world-Text/Lisaac/hello-world-text-1.lisaac
2015-11-18 06:14:39 +00: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;);