On Tue, Mar 18, 2008 at 7:09 AM, Subbu <subramani.athikunte / gmail.com> wrote: > I came across &&= while reading some code. I know what ||= does but > not this one. Can someone explain what it does? > > Thanks much > -subbu a &&=b is a shortcut for a = a && b