DIM s$ s$ = "hello" IF UCASE$(s$) = "HELLO" THEN ? "it worked!" END IF s$ = "GOODBYE" IF LCASE$(s$) = "hello" THEN ? "hello" ELSE ? "goodbye" END IF
DIM
=
"hello"
IF
UCASE$
(
)
"HELLO"
THEN
"it worked!"
END
"GOODBYE"
LCASE$
ELSE
"goodbye"