For example: ``` (int x, int y) = swap(1,2) ``` and ``` int x int y (x,y) = swap(1,2) ```
For example:
and