RosettaCodeData/Task/Variables/AppleScript/variables-2.applescript
2023-07-01 13:44:08 -04:00

4 lines
39 B
AppleScript

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