Working with Collections

Today we will learn three types of collections supported by AL. A collection is a complex type that contains multiple values in one variable. You can’t have values with different types in the same collection. For example, you can’t add date values in a collection that…