kytschBASIC

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

UCASE | UCASE$

Transform a string to uppercase.

Example

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

Output

HELLO WORLD!
HELLO WORLD!

See also