diff options
Diffstat (limited to 'Doc/ref/ref6.tex')
-rw-r--r-- | Doc/ref/ref6.tex | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Doc/ref/ref6.tex b/Doc/ref/ref6.tex index a078aa4..c6ff655 100644 --- a/Doc/ref/ref6.tex +++ b/Doc/ref/ref6.tex @@ -896,11 +896,5 @@ for use by \keyword{exec}. \bifuncindex{globals} \bifuncindex{locals} -Also, in the current implementation, multi-line compound statements must -end with a newline: -\code{exec "for v in seq:\e{}n\e{}tprint v\e{}n"} works, but -\code{exec "for v in seq:\e{}n\e{}tprint v"} fails with -\exception{SyntaxError}. -\exindex{SyntaxError} |