/* Array of basic types */
Float periods[5] := {0.0,0.25,0.5,0.75,1.0};
Float first;

first := periods[0];

Print(first);
