11 lines
154 B
Text
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]
|