Sequences
- Behave like dynamically expandable lists
- Useful when you need to represent a set of entities
- They come in two forms:
- indefinite length: sequence<long>
- definite length: sequence<long,10>
Arrays
- e.g. a truth table for a binary boolean operator
|