7 lines
83 B
Text
7 lines
83 B
Text
input$ ="alphaBETA"
|
|
|
|
print input$
|
|
print upper$( input$)
|
|
print lower$( input$)
|
|
|
|
end
|