Rebooting the QBasic we all know and love!
Returns a character string with all letters in the specified string expression in lowercase characters.
LCASE$(string_expression)
LCASE$
string_expression is any string expression.
INPUT "Enter a string"; S$ PRINT LCASE$(S$)