HP Prime for All

English  Русский 

Syntax

revlist(Lst(l))

Description

Returns the list l in reverse order

Example

revlist([1,2,3]) returns [3,2,1]

revlist — Discussion