August 02, 2004
Regan Heath wrote:
> What do you think of my revised syntax (posted as response to the message this is also a response to).

I llllove it :)
August 02, 2004
h3r3tic wrote:

> Ok, call me insane, but I think it would be really nice to have something along these lines supported in D:
> 
> functype traced
> {
>     version (debug)
<snip>

That would be no good.  debug is a keyword.

Which you should be using for debugging code, not version.

Stewart.

-- 
My e-mail is valid but not my primary mailbox.  Please keep replies on the 'group where everyone may benefit.
August 02, 2004
Stewart Gordon wrote:
> h3r3tic wrote:
> 
>> functype traced
>> {
>>     version (debug)
> 
> <snip>
> 
> That would be no good.  debug is a keyword.
> 
> Which you should be using for debugging code, not version.

that was not the point !(g)... yea, it should've been

debug {
    ...
}
1 2 3
Next ›   Last »