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

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

The newest version!
define add3Integers as method receiving Integer x, Integer y and Integer z = 3 doing:
    return x + y + z

define main as method doing:
    s = add3Integers with 7 as x and 22 as y
    printLine s




© 2015 - 2025 Weber Informatics LLC | Privacy Policy