====== Tuple Type ====== A [[wp>Tuple|tuple]] is a sequence of values. Each value can be represented using double precision [[wp>Floating_point|floating point numbers]], allowing the definition of integral and fractional values, or [[wp>String_(computer_science)|string]]. ===== GUI Editor ===== [{{ :editors:tuple_editor.png?nolink |Graphical representation of the tuple editor}}] ===== EGO Script ===== Tuples are sequences of values enclosed by [ ]. Each value is represented by real numbers or strings. [ "Amazon", 2012, 65437, 0.0342, "North" ] A tuple can be any size long. ===== Automatic Conversions ===== * **Converted from**: [[Real Value Type]], [[Integer Value Type]], [[Non Negative Integer Value Type]], [[Positive Integer Value Type]], [[Name Type]], [[String Type]] and [[Table Value Type]]. * **Converted to**: None.