a = 1
if a == 2
  b = 1
else
  b = 2
end
10.times{ b += 1 }


syntax highlighted by Code2HTML, v. 0.9.1