JezK
Edit File: 08-01-7.lua
x,y = 1,2 x,y = y,x print(x,y) z=3 x,y,z = y,z,x print(x,y,z)