`break` / `continue` / `throw` are also expression...
# language-proposals
d
break
/
continue
/
throw
are also expressions (just as
return
), and can be used in that way, too.