comparison src/ov-typeinfo.cc @ 3445:c3eed8ac845a

[project @ 2000-01-17 09:06:51 by jwe]
author jwe
date Mon, 17 Jan 2000 09:06:52 +0000
parents bc61b0e8d60e
children d14c483b3c12
comparison
equal deleted inserted replaced
3444:fa0d84558faa 3445:c3eed8ac845a
312 312
313 return retval; 313 return retval;
314 } 314 }
315 315
316 DEFUN (typeinfo, args, , 316 DEFUN (typeinfo, args, ,
317 "usage: typeinfo (expr)\n\ 317 "-*- texinfo -*-\n\
318 @deftypefn {Built-in Function} {} typeinfo (@var{expr})\n\
318 \n\ 319 \n\
319 Return the type of the expression EXPR, as a string. If EXPR is\n\ 320 Return the type of the expression @var{expr}, as a string. If\n\
320 omitted, return an array of strings containing all the currently\n\ 321 @var{EXPR} is omitted, return an array of strings containing all the\n\
321 installed data types.") 322 currently installed data types.\n\
323 @end deftypefn")
322 { 324 {
323 octave_value retval; 325 octave_value retval;
324 326
325 int nargin = args.length (); 327 int nargin = args.length ();
326 328