5 lines
39 B
AppleScript
5 lines
39 B
AppleScript
|
|
global x
|
||
|
|
set x to 1
|
||
|
|
local y
|
||
|
|
set y to 2
|