All Downloads are FREE. Search and download functionalities are using the official Maven repository.

samples.categories.embedded.pec Maven / Gradle / Ivy

There is a newer version: 0.0.74
Show newest version
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