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

samples.methods.namedArguments.pec Maven / Gradle / Ivy

There is a newer version: 0.0.74
Show newest version
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