⇐ Index ⇐ Strings
ToLower(<-string) ->string
Converts a string to lowercase.
Trace( ToLower("CRACKER"))
⇐ Index