When can you use the := syntax to assign to multiple variables? For example:
x, err := myFunc()
if no variables of those names is accessible
at all times, as it will overwrite existing variables
if it at least has not been declared in that lexical block
if none of the variables exist in that lexical block