Skip to main content

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#


NameDescription
Script Typepython3
Tagsgeneral, entirelist, transformer

Inputs#


Argument NameDescription
valueThe list to reverse.

Outputs#


There are no outputs for this script.