forked from lix-project/lix
6 lines
38 B
Nix
6 lines
38 B
Nix
|
let {
|
||
|
body = x;
|
||
|
x = y;
|
||
|
y = x;
|
||
|
}
|