Forum Navigation
How to get simplicity of writefln in Tango
Posted: 02/12/08 17:12:09Tango code:
import tango.io.Stdout; Stdout.formatln("Lucky number is {}", 42);Can someone fill in the BLANK below so that the two snippets do the same thing?:
import tango.io.Stdout; fmtln(...) { **BLANK** } fmtln("Lucky number is {}", 42);Thanks!