All Downloads are FREE. Search and download functionalities are using the official Maven repository.

samples.categories.methods.definitions.pec Maven / Gradle / Ivy

There is a newer version: 0.0.74
Show newest version
define Person as category with attribute name, and methods:

    define printName as method doing:
        printLine "Person name is " + name




© 2015 - 2024 Weber Informatics LLC | Privacy Policy