Konrad
Konrad
No, there are two different statements. [`DATA`](https://docs.oracle.com/cd/E19957-01/805-4939/6j4m0vn85/index.html) versus [`BLOCK DATA`](https://docs.oracle.com/cd/E19957-01/805-4939/6j4m0vn7l/index.html) -- I think @Smit-create made steps to fully implement the `DATA`statement in #149
`y` is an array, `conjg` is an intrinsic
Good catch, but I think there's something to be done about casting rules instead of introducing magic constants to fix this :)
Well, what number (ie. type are you getting for both)?
Ok so the precision does not match -- maybe we can downcast and throw a warning about loss of information then?
Please elaborate, I don't quite follow.
@Pranavchiku Would you please explain a little more? :)
Still not sure what this is issue is about. Is it still reproduceable?
@Pranavchiku ?
I tested this a little, this can be considered done, right @certik ?