7 lines
71 B
Text
7 lines
71 B
Text
V1=: 'cat'
|
|
V2=: 7
|
|
'V1' destructiveSwap 'V2'
|
|
V1
|
|
7
|
|
V2
|
|
cat
|