Help with calling a function

Hi

It is a feature of go to be able to call a function with n number of arguments by first invoking a fucntion which returns the same number of arguments (and compatible types). Se this posting: Print string and return values of a function with Println

1 Like