Copyright (c) Qusay H. Mahmoud
16
Advanced IDL: Sequences
lA sequence is a 1-D array that can be of variable size
lTwo types:
–Bounded sequences
l        sequence<long, 15>employee;
–Unbounded sequences
l      sequence<long> employee