Evaluating 'help(not)' throws SyntaxError
Open
bug
help wanted
- Dominant language
- JavaScript
- Stars
- 15.1k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
For some reason, evaluating `help(not)` throws an error. For example:
```js
// Works fine
console.log(math.evaluate('help(and)'));
// "SyntaxError: Value expected (char 9)"
console.log(math.evaluate('help(not)'));
```
Please see this [jsfiddle](https://jsfiddle.net/aq6jygbk/) example.
Contributor guide
Assessment
This issue has not been assessed yet.