kytschBASIC

Put down that phone!
Please view me on real computer.

LCASE | LCASE$

Transform a string to lowercase.

Example

LCASE "Hello World!"
PRINT LCASE$("Hello World!")

Output

hello world!
hello world!

See also