Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Source Code

Code Block
languagejs
letfunction execute() {
  const out = [];

  for (let i = 0; i < inPorts.length; i ++= 1) {
    if (inPorts[i].value) {
      out.push(inPorts[i].value);
    }
}  }

  return [out];
}

...

Examples

(error) = empty / no message sent to

...