On Saturday, 23 April 2022 at 03:41:17 UTC, Alain De Vos wrote: > > > int [] GLV=[1,2]; > int [2] GLF=[1,2]; > static int [] GSLV=[1,2]; > static int [2] GSLF=[1,2]; FYI, `static` has no effect at module scope.