Sort an integer array: Difference between revisions

m
used a ;Task: section header for requirements.
m (→‎{{header|Phix}}: added syntax colouring the hard way, phix/basics)
m (used a ;Task: section header for requirements.)
Line 1:
{{Sorting Algorithm}}
{{task|Sorting}}
Sort an array (or list) of integers in ascending numerical order.
 
;Task:
Sort an array (or list) of integers in ascending numerical order.
 
 
Use a sorting facility provided by the language/library if possible.
<br><br>