X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=doc%2Fflow-control.texi;h=f501c65ae7f0cc62431d145924770cdce9be6ec6;hb=ee7be3e962a4faba54d7bc01364365b51167242c;hp=2c8eacd5977efe5c0c9577203e1825eb21a8277d;hpb=dbf12b0ee6a99119c6854a663184f8df4f4c5241;p=pspp-builds.git diff --git a/doc/flow-control.texi b/doc/flow-control.texi index 2c8eacd5..f501c65a 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