comparison doc/interpreter/stmt.txi @ 17418:0bcbbd82c9b5

doc: Fix indexing of continuation lines * doc/interpreter/stmt.txi: Place indexing markers below node and section statement
author Stefan Mahr <dac922@gmx.de>
date Fri, 13 Sep 2013 15:41:42 +0200
parents a654c1eccd29
children d63878346099
comparison
equal deleted inserted replaced
17417:9289bb0ff4dd 17418:0bcbbd82c9b5
848 as @code{eval (@var{try}, @var{catch})} but it is more efficient since 848 as @code{eval (@var{try}, @var{catch})} but it is more efficient since
849 the commands do not need to be parsed each time the @var{try} and 849 the commands do not need to be parsed each time the @var{try} and
850 @var{catch} statements are evaluated. @xref{Errors and Warnings}, for more 850 @var{catch} statements are evaluated. @xref{Errors and Warnings}, for more
851 information about the @code{lasterr} function. 851 information about the @code{lasterr} function.
852 852
853 @node Continuation Lines
854 @section Continuation Lines
853 @cindex continuation lines 855 @cindex continuation lines
854 @cindex @code{...} continuation marker 856 @cindex @code{...} continuation marker
855 @cindex @code{\} continuation marker 857 @cindex @code{\} continuation marker
856
857 @node Continuation Lines
858 @section Continuation Lines
859 858
860 In the Octave language, most statements end with a newline character and 859 In the Octave language, most statements end with a newline character and
861 you must tell Octave to ignore the newline character in order to 860 you must tell Octave to ignore the newline character in order to
862 continue a statement from one line to the next. Lines that end with the 861 continue a statement from one line to the next. Lines that end with the
863 characters @code{...} are joined with the following line before they are 862 characters @code{...} are joined with the following line before they are