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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy