Lisaac is a programming language created in 2003.
#711on PLDB | 20Years Old |
Try now: Riju
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 | Token | Example |
---|---|---|---|
Print() Debugging | ✓ |