On 6/12/2013 9:02 AM, Steven Schveighoffer wrote:
If you can demonstrate your theory, I will concede.  Until you do, don't expect
any more responses, it's no use arguing when you don't understand the problem.

There's another reason it won't work. If there are 4 bytes of free space left on the drive:

void main() {
   writeln("foo");   // succeeds
   writeln("bar");   // silently fails
}

Reply via email to