sort Command

Purpose:

Sorts an array

Syntax:

sort array

Comments: 

Example

ii = 4,6,2,8

sort ii

p ii

2

4

6

8