Array of Booleans in Structured Text problem

Hi all, In the program I want to make in ‘variables’ an array of 3 Booleans, but I don’t know how. I’m using PLCNext Engineer 2021.0.1 with IEC 61131-3 ST. I want to achieve the following line in variables: TYPE

Clocks : ARRAY[0..3] OF BOOL;
END_TYPE; Does anybody know how to write this in PLCNext Engineer?

Fixed (see picture).