4 lines
51 B
Text
4 lines
51 B
Text
|
|
s$ = "alphaBETA"
|
||
|
|
PRINT UCASE$(s$)
|
||
|
|
PRINT LCASE$(s$)
|