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

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

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

define main as method doing:
    with Configuration, do:
        login = "prompto-login"
        password = "xYz3!?th22"
    printLine "login -> " + Configuration.login




© 2015 - 2024 Weber Informatics LLC | Privacy Policy