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

5 lines
39 B
AppleScript
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
global x
set x to 1
local y
set y to 2