Versions Compared

Key

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

...

Code Block
if (count % 2 == 0) {
  write;  # Write out even-numbered messages, e.g., 2, 4, 6 etc
}



Info

Note: The "count" key starts from 1

...