Help for this page

Select Code to Download


  1. or download this
        undef binary-OP defined-value  ->  defined-value
        NULL binary-OP not-NULL        ->  NULL
    
  2. or download this
        NULL + 1 == NULL
        undef + 1 == 1