X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fflow-control.texi;h=b396e1f3b183ba5e98fcea215f0e58c9e5c67fd2;hb=24ab436df2f3f115c1cb949dbf0a932cda7667b2;hp=892887e211f9cb5b9f68f4f79a562b7796b33d55;hpb=9ade26c8349b4434008c46cf09bc7473ec743972;p=pspp diff --git a/doc/flow-control.texi b/doc/flow-control.texi index 892887e211..b396e1f3b1 100644 --- a/doc/flow-control.texi +++ b/doc/flow-control.texi @@ -169,6 +169,7 @@ condition on @cmd{END LOOP} will always execute at least once. If neither the index clause nor either condition clause is present, then the loop is executed MXLOOPS (@pxref{SET}) times. +The default MXLOOPS is 40. @cmd{BREAK} also terminates @cmd{LOOP} execution (@pxref{BREAK}).