var total = 0;

switch(2) { 
  case (1) { 
    total += 1; 
  } 
  default ;{
    total '+=al += 8; 
  } 
}

assert_equal(total, 28)
