Read more
English Script uses English as a programming language.
The ES programming language has adopted the basic structure and nature from the natural English language. However it is not following or supporting all features of the English language, instead it is a sub-set of it and have more strict rules how to use it. In contrast to natural languages it does not permit any mistakes (e.g. typing mistakes) in the implemented piece of code.
The rules of your application must be unambiguously defined. For example:
“car” is a noun.
There is a car.
“Drive” is a verb.
Car can drive.