Build tools.

Frits van Bommel fvbommel at REMwOVExCAPSs.nl
Sat Oct 13 05:12:32 PDT 2007


Janice Caron wrote:
> On 10/13/07, Frits van Bommel <fvbommel at remwovexcapss.nl> wrote:
>> You did miss 'file' lines though.
> 
> What are 'file' lines?

I mentioned this in my first post in this thread, but perhaps a 
demonstration is clearer: make sure there's a "somefile.txt" in the 
current directory and compile this with 'dmd -v -J.':
---
import std.stdio;

void main() {
	writefln(import("somefile.txt"));
}
---



More information about the Digitalmars-d mailing list