samples.methods.namedArguments.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 add3Integers as method receiving Integer x, Integer y and Integer z doing:
printLine "3 integers added: " + (x + y + z)
define main as method doing:
add3Integers with 3 as z, 7 as x and 22 as y
© 2015 - 2024 Weber Informatics LLC | Privacy Policy