
samples.categories.modify.pec Maven / Gradle / Ivy
define fullName as Text attribute
define Person as category with attribute fullName
define main as method doing:
p = mutable Person
p.fullName = "Arthur Rimbaud"
printLine "p -> " + p
© 2015 - 2025 Weber Informatics LLC | Privacy Policy