I know that 'delete' is not allowed inside a loop, and this is correctly
warned if you write this command inside a unique loop, but if you try it
in a nested loop, gretl crashes:
<script>
nulldata 100
loop i=1..9
loop 100
matrix A={1, 2; 3, 4}
# some calculus with A
delete A
endloop
endloop
</script>
--
Ignacio Diaz-Emparanza
DEPARTAMENTO DE ECONOMÍA APLICADA III (ECONOMETRÍA Y ESTADÍSTICA)
UPV/EHU
Avda. Lehendakari Aguirre, 83 | 48015 BILBAO
T.: +34 946013732 | F.: +34 946013754
www.ea3.ehu.es