Syntax

last(*list*)
*list*.last()

Examples

last([1, 2, 3])
[4, 5, 6].last()

→ last

Untitled

More Info

last · Notion Formulas · Ben Smith