This lowercase[s] function will return the lower case result of string or character s.
var a:="HeLlO"; var c:=lowercase[a];