LIBRARY rsort
INCLUDE p_std.h
INCLUDE p_object.h
CLASS root
{
ADD destroy
ADD sort Sort a given list of integers
PROPERTY
P_OBJECT pc; Class link
}