
samples.methods.memberArgument.pec Maven / Gradle / Ivy
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 - 2025 Weber Informatics LLC | Privacy Policy