Mercurial > hg > octave-lyh
comparison src/ov-builtin.cc @ 5775:ace8d8d26933
[project @ 2006-04-24 19:13:06 by jwe]
author | jwe |
---|---|
date | Mon, 24 Apr 2006 19:13:11 +0000 |
parents | a527e0f77aa5 |
children | e884ab4f29ee |
comparison
equal
deleted
inserted
replaced
5774:e7af222e98b0 | 5775:ace8d8d26933 |
---|---|
79 | 79 |
80 default: | 80 default: |
81 panic_impossible (); | 81 panic_impossible (); |
82 } | 82 } |
83 | 83 |
84 // XXX FIXME XXX -- perhaps there should be an | 84 // FIXME -- perhaps there should be an |
85 // octave_value_list::next_subsref member function? See also | 85 // octave_value_list::next_subsref member function? See also |
86 // octave_user_function::subsref. | 86 // octave_user_function::subsref. |
87 // | 87 // |
88 // XXX FIXME XXX -- Note that if a function call returns multiple | 88 // FIXME -- Note that if a function call returns multiple |
89 // values, and there is further indexing to perform, then we are | 89 // values, and there is further indexing to perform, then we are |
90 // ignoring all but the first value. Is this really what we want to | 90 // ignoring all but the first value. Is this really what we want to |
91 // do? If it is not, then what should happen for stat("file").size, | 91 // do? If it is not, then what should happen for stat("file").size, |
92 // for exmaple? | 92 // for exmaple? |
93 | 93 |