English words that you cannot use in Coffeescript

Posted . Visible to the public.

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
Last edit
Henning Koch
License
Source code in this card is licensed under the MIT License.
Posted by Henning Koch to makandra dev (2014-12-16 10:49)