For the complete documentation index, see llms.txt. This page is also available as Markdown.

LAST_ELEMENT

Description

LAST_ELEMENT gives you the first element of a list / sequence.

Example

LAST_ELEMENT([a, b, c])

This will return c.

Last updated

Was this helpful?