HP Prime for All

English  Русский 

Syntax

SORT(list)

Description

Sort list. Sorts the elements of list in ascending order.

Example

SORT({2, 9, 5, 3}) returns {2, 3, 5, 9}.

SORT — Discussion