Tango quibbles - please write tickets so we can track them

Derek Parnell derek at psych.ward
Sun Sep 16 15:09:36 PDT 2007


On Sun, 16 Sep 2007 21:11:25 +0400, Naryl wrote:

> On Sun, 16 Sep 2007 17:20:45 +0400, Matti Niemenmaa  
> <see_signature at for.real.address> wrote:
> 
>> suppose I could do '(Stdout("foo").newline)("bar").newline'
> 
> 'Stdout("foo").newline()("bar")' works

Would is be posible to make Stdout work like this ...

  Stdout("foo", "{n}", "bar");

where {n} is the special formatting token whose functionality is the same
as .newline.

Or maybe using an enum...

  Stdout("foo", FC.nl, "bar");


  ... just thinking out loud ...

-- 
Derek Parnell
Melbourne, Australia
skype: derek.j.parnell



More information about the Digitalmars-d mailing list