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

samples.expressions.this.pec Maven / Gradle / Ivy

There is a newer version: 0.0.74
Show newest version
define SomeObject as category with attribute name, and methods:
    define SomeMethod as method receiving name doing:
        return this.name + " " + name

define main as method doing:
    s = SomeObject with "Hello" as name
    printLine "name -> " + s.SomeMethod "John"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy