RosettaCodeData/Task/String-case/BASIC/string-case.basic

4 lines
51 B
Plaintext

s$ = "alphaBETA"
PRINT UCASE$(s$)
PRINT LCASE$(s$)