Last Command

From GeoGebra Manual
Revision as of 12:00, 8 August 2011 by Andrea.duringer (talk | contribs)
Jump to: navigation, search


Last[List L]
Returns list containing the last element of the list L.
Example: Last[{1,2,3}] returns {3}.

To get the last element itself use e.g. Element Command.

Last[List L, Number n of Elements]
Returns a list containing just the last n elements of the list L.
Last[Text]
Returns last character of the text.
Last[Text, Number n of Elements]
Returns the last n characters of the text.
Example: Last["Hello",2] returns "lo".

CAS Syntax

Last[List L]
Returns list containing the last element of the list L.
Example: Last[{1,2,3}] returns {3}.

To get the last element itself use e.g. Element Command.

Last[List L, Number n of Elements]
Returns a list containing just the last n elements of the list L.
© 2024 International GeoGebra Institute