Syntax

at(*list*, *index*)
*list*.at(*index*)

Examples

at([1, 2, 3], 1)
[1, 2, 3].at(1)

→ at

Untitled

More Info

at · Notion Formulas · Ben Smith