Version 0 of ||

Updated 2007-11-10 17:55:59 by dkf

expr logical "or" operator, dual of &&. Returns falsity if both arguments are boolean false, and truth otherwise. Note that this operator short-circuits, and does not evaluate its second argument if the first is true. See | for bitwise "or".