samples.categories.extend-usage.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 fullName as Text attribute
define Person as category with attribute fullName
define company as Text attribute
define Employee as Person with attribute company
define printPerson as method receiving Person p doing:
printLine "p -> " + p
define main as method doing:
e = Employee with "Sally" as fullName and "The world" as company
printPerson e
© 2015 - 2024 Weber Informatics LLC | Privacy Policy