Sort three variables: Difference between revisions

no edit summary
No edit summary
Line 262:
+0
+77444</pre>
 
=={{header|APL}}==
 
Works in [[Dyalog APL]]. Assumes x,y,z are already defined.
 
<lang apl>x y z←{⍵[⍋⍵]}x y z</lang>
 
Uses destructuring assignment syntax.
 
=={{header|AppleScript}}==
236

edits