Syntax
reverse(*list*)
*list*.reverse()
Examples
reverse([1, 2, 3])
["a", "b", "c"].reverse()
→ reverse
Untitled
More Info
reverse · Notion Formulas · Ben Smith