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