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

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

There is a newer version: 0.0.74
Show newest version
define printName as method receiving any x with attribute name doing:
    printLine x.name

define Product as category with attribute name

define main as method doing:
    p = Product with "Prompto" as name
    printName p




© 2015 - 2024 Weber Informatics LLC | Privacy Policy