``` x, y, z: int a = x+y+z ``` ``` x,y,z = default # does not make sense, if all variables are immutable in nfun a,b,c = x+y+z ```