tuple

In programming languages, a tuple is an ordered set of values. The delimiter for each value is often a comma, depending on the rules of the specific language. As a data type, a tuple can be used to pass a string of parameters from one program to another.