I want to construct a function that can have the number of variable parameters, such as the c function, and how to access their addresses, for example:
c(a = 1, b = 2, d = 9)
#acessar a, b e d
Is it related to ... ? What do the...
asked on
23.06.2016 / 19:01