Add lisaac

This commit is contained in:
Yt-trium 2016-07-29 06:01:54 +02:00
parent 1def7381b8
commit 734306de08

15
l/lisaac.li Normal file
View File

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