This commit is contained in:
tamat
2018-09-17 20:18:14 +02:00

View File

@@ -57,6 +57,7 @@ function MyAddNode()
this.addInput("A","number");
this.addInput("B","number");
this.addOutput("A+B","number");
this.properties = { precision: 1 };
}
//name to show