kytschBASIC

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

LCASE

Transform a string to lowercase.

Example

PRINT LCASE("Hello World!")

LINE BREAK



DEF string$=LCASE("Hello World!")

PRINT string$

Output

hello world!
hello world!

See also