5 lines
53 B
AppleScript
5 lines
53 B
AppleScript
on |±|(x, y)
|
|
{x - y, x + y}
|
|
end |±|
|
|
|
|
|±|(100, 5)
|