This DECLARE statement also produces variables FACTOR[1] through FACTOR[5]. Because you must use the DECLARE statement to declare dynamic arrays, the only way to reference the elements of a dynamic ...
You can define initial values for the elements of a static array by listing the initial values in parentheses following the list of element names in the DECLARE or ARRAY statements. Commas are ...