#Exercise 82 of Ziglings is bugging me

1 messages · Page 1 of 1 (latest)

jagged jackal
#

Its the value the tuple contains, look at what it prints, its usually makes sense

"name" (type):???

#

the ??? is value

#

you could also fill the ??? with something wrong and the test case will say what it expects

#

so find out how to get the value of the field in that tuple

#

you have to do tuple.(field.name) but thats impossible, so you have to use this builtin