samples.methods.mixedArguments.pec Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of WebSite Show documentation
Show all versions of WebSite Show documentation
Prompto Documentation Web Site POM
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