Tuple: Difference between revisions

From Goodblox Wiki
Jump to navigationJump to search
(created the page)
 
(No difference)

Latest revision as of 08:46, 24 September 2021

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.

External links