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

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

The 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 - 2025 Weber Informatics LLC | Privacy Policy