samples.categories.methods.calling-simple.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 Person as category with attribute name, and methods:
define welcome as method receiving Text prefix and Text suffix doing:
printLine prefix + name + suffix
define main as method doing:
person = Person with "Marylin" as name
person.welcome with "Hello " as prefix and ", how are you?" as suffix
© 2015 - 2024 Weber Informatics LLC | Privacy Policy