
samples.methods.mixedArguments.pec Maven / Gradle / Ivy
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 with " is there!" as suffix
printLine s
© 2015 - 2025 Weber Informatics LLC | Privacy Policy