Any example of using these Special Tokens?

Matthew Ong ongbp at yahoo.com
Wed May 25 03:42:23 PDT 2011


On 5/25/2011 5:45 PM, bearophile wrote:
> Matthew Ong:
>
>> I am not able make use of these 3 special tokens to print something.
>>
>> writefln("gshared: %s",__gshared);
>> writefln("thread: %s",__thread);
>> writefln("traits: %s",__traits);
>
> They are keywords, so it's like writing:
> writefln("traits: %s", for);
>
>
>> Would some like to show me how this is done??
>
> What do you want to do?
>
> Bye,
> bearophile

Looking at if they are run time related debug variables, perhaps 
consider using them within a logging api.


-- 
Matthew Ong
email: ongbp at yahoo.com



More information about the Digitalmars-d-learn mailing list