samples.categories.embedded.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
define author as Person attribute
define title as Text attribute
define Book as category with attributes title and author
define main as method doing:
p = Person with "Arthur" as name
b = Book with "My life" as title and p as author
printLine b
© 2015 - 2024 Weber Informatics LLC | Privacy Policy