ReverseList
This Script is part of the Filters And Transformers Pack.#
Reverses a list. For example, ["Mars", "Jupiter", "Saturn"] => ["Saturn", "Jupiter", "Mars"].
This is an example for an entire-list transformer. It operates the argument as a list (note the entirelist tag).
Script Data#
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | general, entirelist, transformer |
Inputs#
| Argument Name | Description |
|---|---|
| value | The list to reverse. |
Outputs#
There are no outputs for this script.