i kindof did understand

so how about the variables and parameters that start in the begining of each part?

for example

main
{..
.
.
.
.}

num(int..., int ...)
{
.
.
.
.}


does that num(int, int) share the same way as you explained ?