For info about blockexpr see this issue.
We need a new keyword as a stand in for return for blockexprs (when compared to immediately invoked function expressions (iife))
My ideas so far are
but I don't like those. If I had to choose between those two I'd go with leave though.
Keep in mind that this keyword will be followed by an (optional) expression list (exactly like return)
For info about
blockexprsee this issue.We need a new keyword as a stand in for
returnforblockexprs (when compared to immediately invoked function expressions (iife))My ideas so far are
leaveexitbut I don't like those. If I had to choose between those two I'd go with
leavethough.Keep in mind that this keyword will be followed by an (optional) expression list (exactly like
return)