Commit 6d86a316 authored by GoshaZotov's avatar GoshaZotov

add isXLFN by XOR

parent e97da9d6
......@@ -390,6 +390,7 @@
cXOR.prototype = Object.create(cBaseFunction.prototype);
cXOR.prototype.constructor = cXOR;
cXOR.prototype.argumentsMin = 1;
cXOR.prototype.isXLFN = true;
cXOR.prototype.Calculate = function (arg) {
var argResult = null;
var nTrueValues = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment