On Sun Sep 11 13:48:04 2016, tbrowder wrote: > Both routines need an alias (or adverb) so that a newline is > automatically appended to the output. I would like to see something > like: > > sprintfn > printfn
I'd prefer to avoid adding two new subs and two new methods for the sake of saving a single character of typing. Since you're writing the format already sticking a \n into it isn't that difficult.