Sort an integer array: Difference between revisions

Added ti83b
(Added Clojure implementation.)
(Added ti83b)
Line 514:
=={{header|Tcl}}==
<lang tcl>set result [lsort -integer $unsorted_list]</lang>
 
=={{header|TI-83 BASIC}}==
Store input into L<sub>1</sub>, run prgmSORTBTIN, and L<sub>2</sub> will be L<sub>1</sub>, only sorted.
:L<sub>1</sub>→L<sub>2</sub>
:SortA(L<sub>2</sub>)
:Stop
(SortA is found via: [LIST] → ENTER)
 
=={{header|Toka}}==
Anonymous user