LOWER( ) Function Example
STORE 'FOX' TO gcName CLEAR ?
LOWER(
gcName
)
&& Displays fox