i used http://freetranslation.com/ so sorry for grammar

Code:
if ((true == true) || (false == true)){ 
=true (or)
Code:
if ((true == true) && (false == true)){ 
=false (and)

hope this helps