Skip to content

Latest commit

 

History

History
executable file
·
6 lines (5 loc) · 111 Bytes

File metadata and controls

executable file
·
6 lines (5 loc) · 111 Bytes
let person = ("John", "Smith")

let firstName = person.0 // John
let lastName = person.1  // Smith