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

samples.methods.overloaded-count.pec Maven / Gradle / Ivy

There is a newer version: 0.0.74
Show newest version
define OverloadedMethod as method receiving Integer x doing:
    printLine "1 argument:" + x

define OverloadedMethod as method receiving Integer x and Integer y doing:
    printLine "2 arguments:" + x + " and " + y

define main as method doing:
    OverloadedMethod with 3 as x and 7 as y




© 2015 - 2024 Weber Informatics LLC | Privacy Policy