mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Might as well spell check what I have so far...
This commit is contained in:
parent
e338dd4672
commit
fe8161c036
1 changed files with 7 additions and 7 deletions
|
@ -60,7 +60,7 @@ Purpose and Applications
|
||||||
|
|
||||||
GIB
|
GIB
|
||||||
\begin_inset Foot
|
\begin_inset Foot
|
||||||
collapsed true
|
collapsed false
|
||||||
|
|
||||||
\layout Standard
|
\layout Standard
|
||||||
|
|
||||||
|
@ -1059,7 +1059,7 @@ To understand why you add one to the second number, envision each element
|
||||||
the last element that you want.
|
the last element that you want.
|
||||||
\layout Standard
|
\layout Standard
|
||||||
|
|
||||||
Negative numbers count backwards from the end of the array.
|
Negative numbers count backward from the end of the array.
|
||||||
For instance, using -1 for the second number will include everything except
|
For instance, using -1 for the second number will include everything except
|
||||||
the very last element of the array.
|
the very last element of the array.
|
||||||
To specify the very end of the array, omit the second number.
|
To specify the very end of the array, omit the second number.
|
||||||
|
@ -1412,7 +1412,7 @@ false
|
||||||
\begin_inset Quotes erd
|
\begin_inset Quotes erd
|
||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
and all other numbers will be deemd
|
and all other numbers will be deemed
|
||||||
\begin_inset Quotes eld
|
\begin_inset Quotes eld
|
||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
|
@ -1603,8 +1603,8 @@ if
|
||||||
if
|
if
|
||||||
\family default
|
\family default
|
||||||
structures to be chained together.
|
structures to be chained together.
|
||||||
The first stucture that is true will be the one executed, as shown by Figure
|
The first structure that is true will be the one executed, as shown by
|
||||||
|
Figure
|
||||||
\begin_inset LatexCommand \ref{cap:if-chain}
|
\begin_inset LatexCommand \ref{cap:if-chain}
|
||||||
|
|
||||||
\end_inset
|
\end_inset
|
||||||
|
@ -1688,7 +1688,7 @@ while
|
||||||
\family typewriter
|
\family typewriter
|
||||||
if
|
if
|
||||||
\family default
|
\family default
|
||||||
structure, except that the program block is continuosly executed as long
|
structure, except that the program block is continuously executed as long
|
||||||
as the condition argument is
|
as the condition argument is
|
||||||
\begin_inset Quotes eld
|
\begin_inset Quotes eld
|
||||||
\end_inset
|
\end_inset
|
||||||
|
@ -1764,7 +1764,7 @@ while
|
||||||
|
|
||||||
\begin_inset Float figure
|
\begin_inset Float figure
|
||||||
wide false
|
wide false
|
||||||
collapsed true
|
collapsed false
|
||||||
|
|
||||||
\layout LyX-Code
|
\layout LyX-Code
|
||||||
\line_top \line_bottom
|
\line_top \line_bottom
|
||||||
|
|
Loading…
Reference in a new issue