a = 1.23 : b = 4.56 SWAP a,b PRINT a,b a$ = "Hello " : b$ = "world!" SWAP a$,b$ PRINT a$,b$