
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