Help for this page

Select Code to Download


  1. or download this
    if (any(any("tall", "rich")) eq all("tall", "rich")) {
        print "yes\n";
    }
    
  2. or download this
    if (any(any("tall", "rich")) eq any(all("ugly"), all("tall", "rich")))
    + {
        print "yes\n";
    }