samples.expressions.method.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 myProto as abstract method receiving Text prefix returning Text
define printResultOfMyProto as method receiving myProto doing:
s = myProto with "Hello" as prefix
printLine s
define myMethod as method receiving Text prefix returning Text doing:
return prefix + " John"
define main as method doing:
m = Method: myMethod
printResultOfMyProto with m as myProto
© 2015 - 2024 Weber Informatics LLC | Privacy Policy