2 lines
23 B
Forth
2 lines
23 B
Forth
|
|
let swap (a,b) = (b,a)
|
|
|
let swap (a,b) = (b,a)
|