for (var j = 0; j < numOutput; j++) {
                output += "      " + j + " : out" + j + " = in;\n";
            }