diff options
Diffstat (limited to 'Doc/lib/libdis.tex')
-rw-r--r-- | Doc/lib/libdis.tex | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/Doc/lib/libdis.tex b/Doc/lib/libdis.tex index 38b34646a1..90f83a3624 100644 --- a/Doc/lib/libdis.tex +++ b/Doc/lib/libdis.tex @@ -556,13 +556,9 @@ it). If the iterator indicates it is exhausted \code{TOS} is popped, and the byte code counter is incremented by \var{delta}. \end{opcodedesc} -\begin{opcodedesc}{FOR_LOOP}{delta} -This opcode is obsolete. -%Iterate over a sequence. TOS is the current index, TOS1 the sequence. -%First, the next element is computed. If the sequence is exhausted, -%increment byte code counter by \var{delta}. Otherwise, push the -%sequence, the incremented counter, and the current item onto the stack. -\end{opcodedesc} +%\begin{opcodedesc}{FOR_LOOP}{delta} +%This opcode is obsolete. +%\end{opcodedesc} %\begin{opcodedesc}{LOAD_LOCAL}{namei} %This opcode is obsolete. |