In am expample I found on line the following statement does not compile
A = reshape([(real(i), i = 1, size(A))], shape(A))
I get an error about the [.
Is this an issue of something non standard.
A is definded as a 2 dimensional array and i as an integer initially.
Thanks.
Michaeal