Platform | x64, Win32 |
Purpose |
To sort an array of characters. |
Syntax |
SUBROUTINE CHSORT@(A,CHS,N)
|
Description |
CHSORT@ sorts the character array CHS by setting pointers from 1 to N in the array A. After sorting, A(1) contains a pointer to the "first" element of CHS, A(2) to the "second", and so on. |
Example |
PROGRAM SORT |