(a) Diana (b) diana (c) 'Diana' (d) _diana (e) 'Diana goes south' (f) 45
X = f(X).
max(X, Y, Max)
so that Max is the greater of two numbers X and Y.
last(Item, List)
so that Item is the last element of list List.
evenlength(List) and oddlength(List)so that they are true if they argument is a list of even or odd length recursively. For example, the list [a,b,c,d] is `evenlength' and list [a,b,c] is 1oddlength'.