void main() { import std.stdio, std.string; immutable s = "alphaBETA"; s.toUpper.writeln; s.toLower.writeln; }