RosettaCodeData/Task/Generic-swap/BaCon/generic-swap.bacon
2023-07-01 13:44:08 -04:00

5 lines
40 B
Text

x = 1
y$ = "hello"
SWAP x, y$
PRINT y$