diff options
Diffstat (limited to 'js/Misc/LOGICAL_OP.js')
-rw-r--r-- | js/Misc/LOGICAL_OP.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/Misc/LOGICAL_OP.js b/js/Misc/LOGICAL_OP.js index edf34cca..6abdac9d 100644 --- a/js/Misc/LOGICAL_OP.js +++ b/js/Misc/LOGICAL_OP.js @@ -39,6 +39,7 @@ function LOGICAL_OP() { this.rule = parseFloat(arguments[0]["rule"]); this.Datatype = arguments[0]["Datatype"]; this.tp = parseFloat(arguments[0]["tp"]); + var exprs = [arguments[0]["nin"], arguments[0]["rule"], arguments[0]["Datatype"], arguments[0]["tp"]]; if (!ok) { break; } |