RosettaCodeData/Task/Naming-conventions/AppleScript/naming-conventions.applescript
2026-04-30 12:34:36 -04:00

5 lines
53 B
AppleScript

on |±|(x, y)
{x - y, x + y}
end |±|
|±|(100, 5)