Unexpected parse error message when using _createArray

Hi, compiling the function definition:

import _SystemArray
g = _createArray 42

gives the unexpected compiler error message:

Parse error [Experiments.icl,42;3,RHS expression]: <expression> expected instead of _createArray

Using:

g = createArray 42 ' '

gives no problems.

If you're not allowed to use _createArray, then a different error message is clearer.

Cheers, Peter