Jarrett Billingsley wrote: > > You need to try things! > > void f() > { > writefln("f!"); > } > > void g() > { > return f(); > } > > void main() > { > g(); > } > > Works just fine. > > OMGSQUEE!!!!! Thanks! I think this used to not work at some point and then got fixed or so but anyway it works! HAPPIES!! --happydowns