print "a,"

print -> {
  print "b,"
  break "break,"
  print "c,"
}.call

puts "d"
