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