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

samples.singletons.call.pec Maven / Gradle / Ivy

There is a newer version: 0.0.74
Show newest version
define Configuration as singleton with attributes login and password, and methods:

    define readFromResource as method doing:
        // can't read file from a browser, but you get it
        login = "prompto-login"
        password = "xYz3!?th22"

define main as method doing:
    with Configuration, do:
        readFromResource
    printLine "login -> " + Configuration.login




© 2015 - 2024 Weber Informatics LLC | Privacy Policy