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