5 lines
95 B
Text
5 lines
95 B
Text
(import std.String)
|
|
|
|
(let s "alphaBETA")
|
|
(print (string:toUpper s))
|
|
(print (string:toLower s))
|