node-clips icon indicating copy to clipboard operation
node-clips copied to clipboard

Eval in doco; Evaluate in code.

Open mattsmi opened this issue 11 years ago • 0 comments

The documenation (Readme.md) states to use "env.eval()" to have CLIPS code evaluated as if entered into the CLIPS command line interface. However, this does not work. Your code has the function defined as "evaluate". Is there a reason for that? Thus either change the code to "eval" rather than "evaluate" (preferred option, as this matches with CLIPS usage elsewhere) or change the documentation. PS Great work!

mattsmi avatar Aug 16 '14 04:08 mattsmi