(import std.String) (let s "alphaBETA") (print (string:toUpper s)) (print (string:toLower s))