Mercurial > hg > octave-lyh
diff doc/interpreter/expr.txi @ 8015:30629059b72d
Update the manual to reflect the changes in error output
author | sh@sh-laptop |
---|---|
date | Wed, 06 Aug 2008 22:23:54 +0200 |
parents | a2d9f325b65a |
children | 7eedf503ba1c |
line wrap: on
line diff
--- a/doc/interpreter/expr.txi +++ b/doc/interpreter/expr.txi @@ -943,9 +943,8 @@ @c Using 'smallexample' to make text fit on page when creating smallbook. @smallexample -[a, b, c, d] = [u, s, v] = svd (a) +[a, b, c, d] = [u, s, v] = svd (a); @print{} error: element number 4 undefined in return list -@print{} error: evaluating assignment expression near line 8, column 15 @end smallexample @opindex +=