# reverse (List)

**reverse (List) → List**

It creates a new list by reversing the elements of the given list from the end to the beginning.

**Example:**

```xml
<O N="reverseObject1" T="Project" Category="Functions" TransAlignRule="1">
    <!-- created by ParamML Examples on 8/23/2023 -->
    <P N="List" V="[5,3,10,7,1]" />
    <P N="reversed_List" V="reverse(List)" />
</O>
```

![](https://openbrim.atlassian.net/wiki/download/attachments/2167865453/image-20230823-154708.png?api=v2) To view this example in the library, see (<https://openbrim.org/app/?incubator=1&author=ParamML_Examples_OpenBrIM+Platform&obj=objidy0u836q12wgh38znzflrs> )
