On  0, Juerd <[EMAIL PROTECTED]> wrote:
> 
> However, is the name "boolean" final? I would prefer "true", perhaps
> with a corresponding "false". 

I want an "okay". Routines should be able to "return okay" to indicate 
an ambivalent degree of success. "okay" would be defined as "true | false",
so:

  some_routine() == true or die;   # I just knew everything would be fine!
  some_routine() == false and die; # I just knew everything would be go wrong!

Or I suppose I could just use any() ;)

-scott

Reply via email to