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

samples.categories.methods.calling-anonymous.pec Maven / Gradle / Ivy

The newest version!
define Person as category with attribute name, and methods:

    define welcome as method receiving Text prefix doing:
        printLine prefix + name

define main as method doing:
    person = Person with "Marylin" as name
    person.welcome "Hello "




© 2015 - 2025 Weber Informatics LLC | Privacy Policy