5 lines
86 B
Text
5 lines
86 B
Text
|
|
main =>
|
||
|
|
S = "alphaBETA",
|
||
|
|
println(to_uppercase(S)),
|
||
|
|
println(to_lowercase(S)).
|