English words that you cannot use in Coffeescript

Today in computer: In Coffeescript, on and yes are aliases for true. off and no are aliases for false.

Defining variables or functions with such a name will give you errors like this:

reserved word "true" can't be assigned
reserved word "false" can't be assigned

This will not be fixed Show archive.org snapshot .

Henning Koch