Max Function

Purpose:

Returns the maximum of two numbers.

Syntax:

maxval = max(23,44)

Comments:

Example:

print max(33,8)

33