samples.methods.abstractArgument.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 displayMethod as abstract method receiving Text value
define someMethod as method receiving Text value and displayMethod doing:
displayMethod value
define displayScreen as method receiving Text value doing:
printLine value
define main as method doing:
someMethod with "Hello" as value and Method: displayScreen as displayMethod
© 2015 - 2024 Weber Informatics LLC | Privacy Policy