samples.methods.attributeArgument.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 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 - 2024 Weber Informatics LLC | Privacy Policy