Re: [RFC] export TRUE and FALSE from someplace



On Wed, Jan 21, 2004 at 01:37:17PM +0100, A. Pagaltzis wrote:
* muppet <scott asofyet org> [2004-01-20 20:22]:
i have grown very annoyed of needing to add

  use constant TRUE => 1;
  use constant FALSE => 0;

I use

    use constant FALSE => !TRUE;

That's nice, but why not go all the way?

    use constant FALSE => !TRUE;
    use constant TRUE => !FALSE;

Andrew



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]