upper Function

Purpose:

Returns the upper case of a string

Syntax:

upper(string)

Comments: 

Example:

p upper("AbC")

ABC