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

samples.expressions.subtract-date-period.pec Maven / Gradle / Ivy

The newest version!
define main as method doing:
    a = '2012-10-10'
    b = 'P3D'
    printLine "a - b -> " + (a - b)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy