Versions Compared

Key

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

...

  • Arrays are a separate “storage” data type

    • MISSING gets converted to NULL on array construction

    • arrays have a length

    • indices from 0 to length -1

    • access to out-of-bounds indices result in MISSING

...