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

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

There is a newer version: 0.0.74
Show newest version
define nickName as Text attribute
define Customer as category with attribute nickName

define printNickName as method receiving nickName doing:
    printLine nickName

define main as method doing:
    c = Customer with "Monroe" as nickName
    printNickName with c.nickName as nickName




© 2015 - 2024 Weber Informatics LLC | Privacy Policy