Mercurial > hg > octave-nkf
comparison NEWS @ 2683:8a4f3b3bb8d5
[project @ 1997-02-14 20:38:55 by jwe]
author | jwe |
---|---|
date | Fri, 14 Feb 1997 20:38:55 +0000 |
parents | aa519c3a0523 |
children | 7a820bb7f406 |
comparison
equal
deleted
inserted
replaced
2682:b2e3cceb63ad | 2683:8a4f3b3bb8d5 |
---|---|
20 but an assignment like | 20 but an assignment like |
21 | 21 |
22 z = x(2) = 1 | 22 z = x(2) = 1 |
23 | 23 |
24 sets z to 1 (not [ 0, 1 ] as in previous versions of Octave). | 24 sets z to 1 (not [ 0, 1 ] as in previous versions of Octave). |
25 | |
26 * It is now much easier to make binary distributions. See the | |
27 Binary Distributions section of the manual for more details. | |
25 | 28 |
26 Summary of changes for version 2.0.2: | 29 Summary of changes for version 2.0.2: |
27 ------------------------------------ | 30 ------------------------------------ |
28 | 31 |
29 * Octave now stops executing commands from a script file if an error | 32 * Octave now stops executing commands from a script file if an error |