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

samples.methods.extendedArgument.pec Maven / Gradle / Ivy

There is a newer version: 0.0.74
Show newest version
define shortName as Text attribute
define Product as category with attribute shortName
define family as Text attribute
define Software as Product with attribute family

define printFamily as method receiving Product p with attribute family doing:
    printLine p.family

define main as method doing:
    c = Software with "Prompto" as shortName and "language" as family
    printFamily c




© 2015 - 2024 Weber Informatics LLC | Privacy Policy