next
return
break
retry
redo
return 1
return 1, 2
return true ? 1 : 2
break true ? 1 : 2
next true ? 1 : 2
return true, if true
  1
else
  2
end
