adding ring language
This commit is contained in:
28
l/lisaac.li
28
l/lisaac.li
@@ -1,15 +1,15 @@
|
||||
// Hello World in Lisaac
|
||||
|
||||
Section Header
|
||||
+ name := HELLO_WORLD;
|
||||
|
||||
Section Inherit
|
||||
|
||||
- parent_object:OBJECT := OBJECT;
|
||||
|
||||
Section Public
|
||||
|
||||
- main <-
|
||||
(
|
||||
"Hello world !\n".print;
|
||||
// Hello World in Lisaac
|
||||
|
||||
Section Header
|
||||
+ name := HELLO_WORLD;
|
||||
|
||||
Section Inherit
|
||||
|
||||
- parent_object:OBJECT := OBJECT;
|
||||
|
||||
Section Public
|
||||
|
||||
- main <-
|
||||
(
|
||||
"Hello world !\n".print;
|
||||
);
|
||||
Reference in New Issue
Block a user