HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
REVERSE
Syntax
REVERSE(list)
Description
Reverse list. Reverses the order of the elements in list and returns them in a new list.
Example
REVERSE({2, 3, 4, 5}) returns {5, 4, 3, 2}.
REVERSE — Discussion
↑Back to top