Lisaac is a programming language created in 2003.
#2110on PLDB | 21Years Old |
Section Header
+ name := MAIN;
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;
);
Feature | Supported | Example | Token |
---|---|---|---|
Print() Debugging | ✓ |