samples.methods.memberArgument.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 printName as method receiving any x with attribute name doing:
printLine x.name
define Product as category with attribute name
define main as method doing:
p = Product with "Prompto" as name
printName p
© 2015 - 2024 Weber Informatics LLC | Privacy Policy