Understanding classes and objects

The Genero language supports basic Object Oriented Programming (OOP) concepts.

Classes are grouped into packages which are: a) build in and directly usable, b) available as libraries which need to be imported with the IMPORT instruction.

It is not possible to define classes with the language.