Cairo output driver: Added options to set the foreground and background
[pspp] / doc / flow-control.texi
index 892887e211f9cb5b9f68f4f79a562b7796b33d55..b396e1f3b183ba5e98fcea215f0e58c9e5c67fd2 100644 (file)
@@ -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}).