That's one thing missing from BASIC in other programming languages, the SWAP statement: SWAP x y
So few other languages have it, some languages even make it impossible to write a swap function by not supporting pass by reference or pointers. Python has something interesting except it requires typing the name of each variable twice