Tuple
From Goodblox Wiki
Jump to navigationJump to search
A tuple is an ordered list of elements.
In GoodBlox Lua, the Tuple type refers to a list of Lua variables. If a function accepts a Tuple as an argument, then that means it accepts multiple values. If a method returns a Tuple, then that means it returns multiple values.