max of a list

The max function returns the greatest value of a list.
max(`[1;3;7;9]`) returns 9
See also