http://www.digitalmars.com/d/2.0/arrays.html D 2.0에서는 std.stdio에 writeln() 함수가 추가되었는데, 이는 writefln() 함수와는 다소 다르다. string a = "One"; string b = "Two"; string c = "Three"; string d = "Four"; writef(a, b); writef(c, d); writefln(a, b); writefln(c, d); writeln(a, b); writeln(c, d); 크리에이티브 커먼즈 라이선스 이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-동일조건변경허락 2.0 대한민국 라이선스에 따라 이용하실 수 있습니다.