comparison src/ov-list.cc @ 2962:5e0fe4c5d52f

[project @ 1997-05-12 03:13:57 by jwe]
author jwe
date Mon, 12 May 1997 03:21:56 +0000
parents 4e7bea116f24
children ebbc34ff7f66
comparison
equal deleted inserted replaced
2961:8a77d52c9d02 2962:5e0fe4c5d52f
47 47
48 const string 48 const string
49 octave_list::t_name ("list"); 49 octave_list::t_name ("list");
50 50
51 octave_value 51 octave_value
52 octave_list::index (const octave_value_list& idx) const 52 octave_list::do_index_op (const octave_value_list& idx) const
53 { 53 {
54 octave_value retval; 54 octave_value retval;
55 55
56 if (idx.length () == 1) 56 if (idx.length () == 1)
57 { 57 {