Help for this page

Select Code to Download


  1. or download this
    print "undef  is ", ( undef  ) ? "true\n" : "false\n";
    print "0      is ", ( 0      ) ? "true\n" : "false\n";
    ...
    ' '    is true
    '0.0'  is true
    '0e00' is true