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

samples.methods.mixedArguments.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 addStuff as method receiving shortName and Text suffix doing:
    return shortName + suffix

define main as method doing:
    p = Product with "Prompto" as shortName
    s = addStuff p.shortName with " is there!" as suffix
    printLine s




© 2015 - 2024 Weber Informatics LLC | Privacy Policy