関数・命令 /

LCASE$

LCASE$(<x$>)

Type: function

文字列 <x$> を小文字に変換して返します。

例:

PRINT LCASE$("ThIs Is All LoWeRcAsE")