>> forany { >> if( listed in whitelist ){ >> false >> } else if( listed in blacklist ){ >> true >> } else { >> false >> } >> }