samples.expressions.this.pec Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of WebSite Show documentation
Show all versions of WebSite Show documentation
Prompto Documentation Web Site POM
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