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

samples.methods.implicitArgument.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 c




© 2015 - 2025 Weber Informatics LLC | Privacy Policy