16 lines
181 B
Plaintext
Raw Normal View History

2018-01-26 16:44:09 +02:00
// Hello World in Lisaac
Section Header
+ name := HELLO_WORLD;
2018-01-26 16:44:09 +02:00
Section Inherit
- parent_object:OBJECT := OBJECT;
Section Public
- main <-
(
"Hello World !\n".print;
);