Question
HI Daniel, I have a question, I noticed this in the structure struct, it looks like we aren't including varlist feature like struct a { int b ; } c ,d,e ; in that case, If a nameless struct is made, it requires a variable declaration right, in that case, how is our name generator helpful? we can just name the struct with the instance name? like for example struct { int a ; } b ; there is never a need for nameless struct ? but if we are to have varlist, then maybe the nameless random name can be common between them. Is my understanding wrong ?