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

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

There is a newer version: 0.0.74
Show newest version
define checkValue as method receiving Text value doing:
    if value = "ok":
        return "ok"
    else:
        return nothing

define main as method doing:
    printLine "ok -> " + checkValue "ok"
    printLine "other -> " + checkValue "other"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy