Understanding classes and objects
The Genero language supports basic Object Oriented Programming (OOP) concepts.
Classes are grouped into packages which are: a) built-in and directly usable, and b) available
as libraries which need to be imported with the IMPORT
instruction.
It is not possible to define classes with the language.