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

samples.categories.modify-illegal.pec Maven / Gradle / Ivy

The newest version!
define fullName as Text attribute
define Person as category with attribute fullName

define main as method doing:
    p = Person
    p.fullName = "Arthur Rimbaud"




© 2015 - 2025 Weber Informatics LLC | Privacy Policy