You uploaded your secret bitlocker keys to the Microsoft cloud? And now you complain that they might share your keys with US authorities?#WhereIsMySurprisedFace
@denny I think it's the misleading ||= asval ||= x should desugar toval || val = xsoval || val = false if foo # foo neededvsval || val = (false if foo) # foo unneeded