RosettaCodeData/Task/Sort-three-variables/Arturo/sort-three-variables.arturo
2023-07-01 13:44:08 -04:00

11 lines
154 B
Text

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]