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

samples.expressions.add-dictionary.pec Maven / Gradle / Ivy

define main as method doing:
    a = <"k1" : 2, "k2" : 25>
    b = <"k1" : 4, "k3" : 35>
    printLine "a + b -> " + (a + b)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy