From: Jano Svitok Date: 2008-03-18T15:29:23+09:00 Subject: Re: What does &&= do? On Tue, Mar 18, 2008 at 7:09 AM, Subbu 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