What is the value of test after this code executes?
let vt = (name: "ABC", val: 5) let test = vt.0
ABC
name References:
name
0
5