On Tue, 14 Apr 2015, oleg_komashko(a)ukr.net wrote:
Gretl 1.10.90 on debian crashes in attempting to reproduce
example on p. 77 of User's Guide (dated March 15) creating empty
array
matrices M = null
Do you really mean "crashes", or that an error message is generated?
I'm seeing the latter. That shouldn't be, and will be fixed, but in
the meantime you can use
matrices M = array(0)
to the same effect (get an empty array).
Allin Cottrell