Error: cannot return non-void from void function
    ketmar via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Thu Nov 27 13:27:15 PST 2014
    
    
  
On Thu, 27 Nov 2014 22:25:10 +0100
Daniel Kozak via Digitalmars-d-learn
<digitalmars-d-learn at puremagic.com> wrote:
> Dne Thu, 27 Nov 2014 22:21:52 +0100 ketmar via Digitalmars-d-learn  
> <digitalmars-d-learn at puremagic.com> napsal(a):
> 
> > On Thu, 27 Nov 2014 21:14:57 +0000
> > Daniel Kozak via Digitalmars-d-learn
> > <digitalmars-d-learn at puremagic.com> wrote:
> >
> >> 		import core.runtime;
> >> 		import std.c.process;
> >> 		writeln("Can't find input file with list of links.");
> >> 		Runtime.terminate();
> >> 		exit(1);
> > please-please-please don't teach people that! using such features
> > requiring deep understanding of how D runtime works, and how it
> > interacts with C runtime, with GC, with stack objects and so on.
> >
> > it's better to now show people bad samples instead of telling them
> > "don't do what i just wrote". ;-)
> 
> I know, I just can't help myself :).
me too sometimes. taking into accout that "don't try this at home"
warning is never working makes it even funnier. ;-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-learn/attachments/20141127/bb44fd34/attachment.sig>
    
    
More information about the Digitalmars-d-learn
mailing list