last¶
Syntax¶
Parameters¶
list-expression- An expression that evaluates to a list, including the name of a list variable.
Description¶
Returns the value of the last item from the list parameter.
It is an error if the list is empty.
list-expressionReturns the value of the last item from the list parameter.
It is an error if the list is empty.