master
Niggeroni 2022-11-11 14:41:56 +01:00
parent 1f880d3027
commit b87d8f6e1a
3 changed files with 0 additions and 16 deletions

View File

View File

@ -1,16 +0,0 @@
class Not {
constructor() {
this.inputs = 1;
this.outputs = 1;
this.values = NULL;
}
calculate() {
if (this.values && this.inputs == this.outputs) {
for (let i= 0; i < this.values.length; i++) {
}
}
}
}

View File