Tuple
A tuple is a fixed sequence of values, where each value can have its own type. Tuples can be created using the tuple function.
The following operations are supported for tuples:
[] : (Tuple, Integer) -> ?
Given a tuple and an index, returns the tuple element at the index.