Why does "*" cause my tiny regextester program to crash?

Alex Folland lexlexlex at gmail.com
Mon Jan 31 00:07:19 PST 2011


On 2011-01-31 2:28, Alex Folland wrote:
> scope(failure){writeln("Bad regex");break;}

Oh, that resets the program rather than continuing from where that line 
was placed.  The continue statement is what I wanted.


More information about the Digitalmars-d-learn mailing list