Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reduced possible exponential prefixes to just 'e'
Coffeescript exponential numbers can only be prefixed with a lower-case `e`; upper case `E` does not work: > [stdin]:8:67: error: exponential notation in '9E50' must be indicated with a lowercase 'e'
- Loading branch information