Versions Compared

Key

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

...

Code Block
bgColor#ccccff
for (size_tint count = 1; count <= 10; count += 1) {
  float x = count/10.0f;
  // ...
}

...

Code Block
bgColor#ccccff
for (size_tint count = 1; count <= 10; count += 1) {
  double x = 100000000.0 + count;
  /* ... */
}

...