comparison src/pr-output.cc @ 5642:2618a0750ae6

[project @ 2006-03-06 21:26:48 by jwe]
author jwe
date Mon, 06 Mar 2006 21:26:54 +0000
parents 2286fa5f2e5d
children 8510034588a7
comparison
equal deleted inserted replaced
5641:eb998631a4aa 5642:2618a0750ae6
2538 @noindent\n\ 2538 @noindent\n\
2539 Note that the output from @code{disp} always ends with a newline.\n\ 2539 Note that the output from @code{disp} always ends with a newline.\n\
2540 \n\ 2540 \n\
2541 If an output value is requested, @code{disp} prints nothing and\n\ 2541 If an output value is requested, @code{disp} prints nothing and\n\
2542 returns the formatted output in a string.\n\ 2542 returns the formatted output in a string.\n\
2543 @end deftypefn\n\ 2543 @seealso{fdisp}\n\
2544 @seealso{fdisp}") 2544 @end deftypefn")
2545 { 2545 {
2546 octave_value retval; 2546 octave_value retval;
2547 2547
2548 int nargin = args.length (); 2548 int nargin = args.length ();
2549 2549
2578 @print{} 3.1416\n\ 2578 @print{} 3.1416\n\
2579 @end example\n\ 2579 @end example\n\
2580 \n\ 2580 \n\
2581 @noindent\n\ 2581 @noindent\n\
2582 Note that the output from @code{fdisp} always ends with a newline.\n\ 2582 Note that the output from @code{fdisp} always ends with a newline.\n\
2583 @end deftypefn\n\ 2583 @seealso{disp}\n\
2584 @seealso{disp}") 2584 @end deftypefn")
2585 { 2585 {
2586 octave_value retval; 2586 octave_value retval;
2587 2587
2588 int nargin = args.length (); 2588 int nargin = args.length ();
2589 2589