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

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

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 7 as x, 22 as y and 3 as z




© 2015 - 2025 Weber Informatics LLC | Privacy Policy