Last

Last[expr]

gives the last element in expr.

Last[expr,def]

gives the last element if there are any elements, or def otherwise.

Details

  • Last[expr] is equivalent to expr[[-1]].
  • Last has attribute HoldRest. In Last[expr,def], def is evaluated only if it is to be returned.

Examples

open allclose all

Basic Examples  (5)

Extract the last element of a list:

Extract the last row of a matrix:

Extract the last element of an association:

The head need not be List:

Return x if there are zero elements:

Generalizations & Extensions  (1)

Last works on SparseArray objects:

Properties & Relations  (1)

Last[expr] is equivalent to expr[[-1]]:

Possible Issues  (2)

The expression is evaluated before Last is applied:

Last always operates on the FullForm of expressions:

Wolfram Research (1988), Last, Wolfram Language function, https://reference.wolfram.com/language/ref/Last.html (updated 2015).

Text

Wolfram Research (1988), Last, Wolfram Language function, https://reference.wolfram.com/language/ref/Last.html (updated 2015).

CMS

Wolfram Language. 1988. "Last." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2015. https://reference.wolfram.com/language/ref/Last.html.

APA

Wolfram Language. (1988). Last. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Last.html

BibTeX

@misc{reference.wolfram_2023_last, author="Wolfram Research", title="{Last}", year="2015", howpublished="\url{https://reference.wolfram.com/language/ref/Last.html}", note=[Accessed: 18-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_last, organization={Wolfram Research}, title={Last}, year={2015}, url={https://reference.wolfram.com/language/ref/Last.html}, note=[Accessed: 18-March-2024 ]}