Last element of the list.
ListValue | List to get last element of. |
Does the equivalent of lindex but is shorter and has more semantic expressiveness.
For information regarding exceptions / errors, see
here.
% set MyList [list 1 2 3]
1 2 3
% LastOf $MyList
3