comparison src/toplev.cc @ 6615:687ae48b2253

[project @ 2007-05-13 06:24:57 by jwe]
author jwe
date Sun, 13 May 2007 06:24:58 +0000
parents 8810bbf321ce
children bf4bdc21dc8d
comparison
equal deleted inserted replaced
6614:3a53d0f3e0e4 6615:687ae48b2253
299 "-*- texinfo -*-\n\ 299 "-*- texinfo -*-\n\
300 @deftypefn {Built-in Function} {} exit (@var{status})\n\ 300 @deftypefn {Built-in Function} {} exit (@var{status})\n\
301 @deftypefnx {Built-in Function} {} quit (@var{status})\n\ 301 @deftypefnx {Built-in Function} {} quit (@var{status})\n\
302 Exit the current Octave session. If the optional integer value\n\ 302 Exit the current Octave session. If the optional integer value\n\
303 @var{status} is supplied, pass that value to the operating system as the\n\ 303 @var{status} is supplied, pass that value to the operating system as the\n\
304 Octave's exit status.\n\ 304 Octave's exit status. The default value is zero.\n\
305 @end deftypefn") 305 @end deftypefn")
306 { 306 {
307 octave_value_list retval; 307 octave_value_list retval;
308 308
309 if (nargout == 0) 309 if (nargout == 0)