X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fflow-control.texi;h=868143b35a5a0ba8b73c5f628834f9b7a39cc87a;hb=41c45ec6bc320abc0eed650ed183b604a5f5befd;hp=2c8eacd5977efe5c0c9577203e1825eb21a8277d;hpb=dbf12b0ee6a99119c6854a663184f8df4f4c5241;p=pspp-builds.git diff --git a/doc/flow-control.texi b/doc/flow-control.texi index 2c8eacd5..868143b3 100644 --- a/doc/flow-control.texi +++ b/doc/flow-control.texi @@ -1,4 +1,4 @@ -@node Conditionals and Looping, Statistics, Data Selection, Top +@node Conditionals and Looping @chapter Conditional and Looping Constructs @cindex conditionals @cindex loops @@ -15,7 +15,7 @@ looping, and flow of control. * LOOP:: Repeat a block of code. @end menu -@node BREAK, DO IF, Conditionals and Looping, Conditionals and Looping +@node BREAK @section BREAK @vindex BREAK @@ -29,7 +29,7 @@ BREAK. @cmd{BREAK} is allowed only inside @cmd{LOOP}@dots{}@cmd{END LOOP}. @xref{LOOP}, for more details. -@node DO IF, DO REPEAT, BREAK, Conditionals and Looping +@node DO IF @section DO IF @vindex DO IF @@ -59,7 +59,7 @@ When @cmd{DO IF} or @cmd{ELSE IF} is specified following @cmd{TEMPORARY} (@pxref{TEMPORARY}), the @cmd{LAG} function may not be used (@pxref{LAG}). -@node DO REPEAT, LOOP, DO IF, Conditionals and Looping +@node DO REPEAT @section DO REPEAT @vindex DO REPEAT @@ -109,7 +109,7 @@ If PRINT is specified on @cmd{END REPEAT}, the commands after substitutions are made are printed to the listing file, prefixed by a plus sign (@samp{+}). -@node LOOP, , DO REPEAT, Conditionals and Looping +@node LOOP @section LOOP @vindex LOOP @@ -170,4 +170,3 @@ variable as the loop index. When @cmd{LOOP} or @cmd{END LOOP} is specified following @cmd{TEMPORARY} (@pxref{TEMPORARY}), the @cmd{LAG} function may not be used (@pxref{LAG}). -@setfilename ignored