Richie Bendall 2075605fb4
Normalize messages
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2020-03-30 18:39:11 +13:00

16 lines
181 B
Plaintext
Executable File

// Hello World in Lisaac
Section Header
+ name := HELLO_WORLD;
Section Inherit
- parent_object:OBJECT := OBJECT;
Section Public
- main <-
(
"Hello World !\n".print;
);