---
title: reverse
layout: command
version: 0.59.1
---

Reverses the table.

## Signature

```> reverse ```

## Examples

Reverse the items
```shell
> [0,1,2,3] | reverse
```