Sort three variables: Difference between revisions

(Frink)
 
Line 1,485:
z = 0
 
[x,y,z] = sort[[x,y,z]]</syntaxhighlight>
println["x = $x"]
println["y = $y"]
println["z = $z"]</syntaxhighlight>
{{out}}
<pre>
x = -12
[-12, 0, 77444]
y = 0
[-12,z 0,= 77444]
</pre>
 
490

edits