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

samples.categories.creation-optional.pec Maven / Gradle / Ivy

define firstName as Text attribute
define lastName as Text attribute
define dateOfBirth as Date attribute
define Person as category with attributes firstName, lastName and dateOfBirth

define main as method doing:
    p = Person with "Arthur" as firstName
    printLine p




© 2015 - 2025 Weber Informatics LLC | Privacy Policy