Go to the source code of this file.
Classes | |
| class | Animal |
| a base class More... | |
| class | Bird |
| an abstract bird More... | |
| class | Cat |
| a subclassed mammal More... | |
| class | Dog |
| another subclassed mammal More... | |
| class | Mammal |
| a base mammal More... | |
| class | Pigeon |
| a subclassed bird More... | |
| class | RedKite |
| another subclassed bird More... | |
Functions | |
| function | TIO_write (Str) |
| write to stdout | |
| function | TIO_writeln (Str) |
| writeln to stdout | |
Definition in file animals.lua.
| function TIO_write | ( | Str | ) |
| function TIO_writeln | ( | Str | ) |
1.5.6