Programming languages vary a lot in the syntax they use. The syntax being a bunch of keywords is what we have to deal with in every language. But from the gut feeling not all of these keywords seem to be wisely chosen. One reason might be that a word is a keyword that you would want to use often in your code but you are not allowed to use. In my case it is even that I'm not able to digest a few of this keywords so I ignore the language until an error pops up that remembers me about my stubbornness.
Do you have similar things in mind? What would be your first removal of a keyword in your language?
Update: I'm not surprized about the down votes but I don't understand it. Adding some comment would be helpful.