
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
define main as method doing:
a = true
b = false
printLine "not a -> " + (not a)
printLine "not b -> " + (not b)