No output from Stdout

Lars Ivar Igesund larsivar at igesund.net
Mon Mar 17 13:01:42 PDT 2008


Barry Denton wrote:

> I have compiled this but when run it gives no output
> why?
> 
> module test;
> import tango.io.Stdout;
> import tango.text.locale.Locale;
>  
>  void main(){
>  Locale locale = new Locale;
>  Stdout("I have lost {} of my birds",20).newline;
>  Stdout.formatln("I have {:C} birds on the roof",100);
> }
> Taking Locale out does not seem to affect it , still no output
> I am looking loco

Works here (apart from your example probably not doing what you think it
should do.)

-- 
Lars Ivar Igesund
blog at http://larsivi.net
DSource, #d.tango & #D: larsivi
Dancing the Tango


More information about the Digitalmars-d-learn mailing list