Pitch: Multi-statement if/switch/do expressions

I would like to add enter to the list of possible keywords.

x = if a > b { enter 5; doChore() } else { 0 }

(return and enter are synonymous on a computer keyboard)

P.S. I came up with the word use, as you can see here:

I am not, however, the one who originally suggested that return
should be replaced with another keyword.