Arrays in ISF

Does ISF support arrays ?
I dont see it in the documentation, I tried this, but no luck…
float a[5] = float[5](3.4, 4.2, 5.0, 5.2, 1.1);

ERROR: 0:86: ‘(’ : syntax error: Array size must appear after variable name