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

samples.expressions.sort-natural.pec Maven / Gradle / Ivy

define main as method doing:
    list = [ "z", "ac", 'b', "ab" ]
    printLine "sorted -> " + sorted list
    set = < 30, 23, 87, 31 >
    printLine "sorted -> " + sorted set




© 2015 - 2025 Weber Informatics LLC | Privacy Policy