I wonder why
a,b := NULL,NULL:
does not work, leading to an error of ambiguous multiple assignment, whereas
a := NULL:
b := NULL:
does work. Nothing critical of course, just mysterious, or what?

Please Wait...