ITextMenu.writeln

Writes the argument plus a line terminator to the output of the menu

interface ITextMenu
void
writeln
(
string s
)
in { assert (s !is null); }

Meta