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

samples.categories.copy-employee.pec Maven / Gradle / Ivy

define dateOfBirth as Date attribute
define Candidate as category with attributes name and dateOfBirth
define Employee as category with attributes name and dateOfBirth

define main as method doing:
    john = Candidate with "John" as name and '1993-10-20' as dateOfBirth
    new_joiner = Employee from john
    printLine new_joiner




© 2015 - 2025 Weber Informatics LLC | Privacy Policy