RosettaCodeData/Task/Sort-three-variables/Arturo/sort-three-variables.arturo

12 lines
154 B
Plaintext

x: {lions, tigers, and}
y: {bears, oh my!}
z: {(from the "Wizard of OZ")}
print join.with:"\n" sort @[x y z]
x: 125
y: neg 2
z: pi
print sort @[x y z]