RosettaCodeData/Task/Variables/AppleScript/variables-2.applescript

5 lines
39 B
AppleScript
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
global x
set x to 1
local y
set y to 2