adding ring language

This commit is contained in:
Muhammed Ibrahim
2018-01-26 16:44:09 +02:00
parent 2ac0593e49
commit a8bd11ef8f
17 changed files with 15 additions and 15 deletions

View File

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