RosettaCodeData/Task/Hello-world-Text/Lisaac/hello-world-text-2.lisaac
2015-11-18 06:14:39 +00:00

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