From: Ben Pfaff Date: Mon, 30 Dec 2019 06:59:09 +0000 (+0000) Subject: doc: PRINT on DO REPEAT is not yet implemented. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90c1afe99e68368bab6e3c40c79a177cc93a6833;p=pspp doc: PRINT on DO REPEAT is not yet implemented. Reported by Nolan Void. --- diff --git a/doc/flow-control.texi b/doc/flow-control.texi index a8e399f0f4..6c7a88ded1 100644 --- a/doc/flow-control.texi +++ b/doc/flow-control.texi @@ -129,9 +129,9 @@ Any command may appear within @subcmd{DO REPEAT}, including nested @subcmd{DO RE commands. If @cmd{INCLUDE} or @cmd{INSERT} appears within @subcmd{DO REPEAT}, the substitutions do not apply to the included file. -If @subcmd{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{+}). +If @subcmd{PRINT} is specified on @cmd{END REPEAT}, the commands after +substitutions are made should be printed to the listing file, prefixed +by a plus sign (@samp{+}). This feature is not yet implemented. @node LOOP @section LOOP