Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57d7128 commit 8170200Copy full SHA for 8170200
1 file changed
Doc/lib/libstdtypes.tex
@@ -530,8 +530,9 @@ \subsection{Sequence Types \label{typesseq}}
530
\code{\var{x} = \var{i} + \var{n}*\var{k}} such that \code{0}
531
\code{<=} \var{n} \code{<} \code{abs(i-j)}. If \var{i} or \var{j}
532
is greater than \code{len(\var{s})}, use \code{len(\var{s})}. If
533
- \var{i} or \var{j} are ommitted then they become ``end'' values
534
- (which end depends on the sign of \var{k}).
+ \var{i} or \var{j} are omitted then they become ``end'' values
+ (which end depends on the sign of \var{k}). Note, \var{k} cannot
535
+ be zero.
536
537
\end{description}
538
0 commit comments