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

samples.expressions.not.pec Maven / Gradle / Ivy

define main as method doing:
    a = true
    b = false
    printLine "not a -> " + (not a)
    printLine "not b -> " + (not b)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy