Merge pull request #355 from Yt-trium/master

Add lisaac
This commit is contained in:
Mike Donaghy
2017-02-12 16:21:49 -06:00
committed by GitHub

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