/*Copyright (C) 1992, 1996 by Thomas Glen Smith. All Rights Reserved.*/
/* gradeup APL2 V1.0.0 *************************************************
* Obtains indices that sort an APL variable of numeric type in *
* ascending sequence. *
***********************************************************************/
#define INCLUDES APLCB
#include "includes.h"
Aplcb gradeup(rite)
Aplcb rite;
{
Grade;
return(grade(rite,1));
}