Sort three variables: Difference between revisions

Content added Content deleted
No edit summary
Line 262: Line 262:
+0
+0
+77444</pre>
+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}}==
=={{header|AppleScript}}==