lower Function
Purpose:
Returns the lower case of a string
Syntax:
lower(string)
Comments:
Example:
p lower("ABC")
abc