x = 77444 y = -12 z = 0 [x,y,z] = sort[[x,y,z]] println["x = $x"] println["y = $y"] println["z = $z"]