Welcome to Web-News
A Web-based News Reader
Subject enum : bool
From BCS <ao@pathlink.com>
Date Thu, 12 Jun 2008 21:57:31 +0000 (UTC)
Newsgroups digitalmars.D.learn


This works

enum Test : bool
{
        yes = true,
        no = false
}
        
void TestIt(Test);

TestIt(Test.yes);


Is any one makeing use of it? It allows for more usefull nameing.



Recent messages in this thread
 
-# enum : bool (Current message) BCS 12-Jun-2008 05:57 pm
.-# Re: enum : bool Jarrett Billingsley 12-Jun-2008 07:19 pm
..|# Re: enum : bool Rioshin anHarthen 13-Jun-2008 02:32 am
..-# Re: enum : bool Tower Ty 13-Jun-2008 04:04 pm
...-# Re: enum : bool Jarrett Billingsley 13-Jun-2008 05:12 pm
....-# Re: enum : bool Tower Ty 14-Jun-2008 05:18 pm
.....\# Re: enum : bool Jarrett Billingsley 14-Jun-2008 09:20 pm