RosettaCodeData/Task/Variables/AppleScript/variables-2.applescript
2023-07-01 11:58:00 -04:00

4 lines
39 B
AppleScript

global x
set x to 1
local y
set y to 2