[Swift-commit] r3834 - text/parco10submission
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Thu Dec 30 15:53:09 CST 2010
Author: dsk
Date: 2010-12-30 15:53:08 -0600 (Thu, 30 Dec 2010)
New Revision: 3834
Modified:
text/parco10submission/paper.tex
Log:
some very small changes
Modified: text/parco10submission/paper.tex
===================================================================
--- text/parco10submission/paper.tex 2010-12-28 01:51:41 UTC (rev 3833)
+++ text/parco10submission/paper.tex 2010-12-30 21:53:08 UTC (rev 3834)
@@ -295,7 +295,7 @@
The \emph{if} and \emph{switch} statements are rather standard, but
\emph{foreach} merits more discussion. Similar to \emph{Go}
-(\ref{GOLANG}) and\emph{Python}, its control ``variables'' can be both
+(\ref{GOLANG}) and \emph{Python}, its control ``variables'' can be both
an index and a value. The syntax is as follows:
\begin{verbatim}
@@ -305,7 +305,7 @@
\end{verbatim}
This is necessary because Swift does not allow the use of mutable state
-(i.e. variables are single-assignment), therefore one would not be able
+(i.e., variables are single-assignment), therefore one would not be able
to write statements such as \verb|i = i + 1|.
We provide a few examples of some standard functions seen in functional
@@ -343,7 +343,7 @@
Swift provides two basic classes of data types:
\begin{description}
-\item[Primitive types] (e.g. \emph{integer}, \emph{string}) are types
+\item[Primitive types] (e.g., \emph{integer}, \emph{string}) are types
provided by the Swift runtime. Standard operators are defined for
primitive types, such as addition, multiplication, concatenation, etc.
More information about the Swift-commit
mailing list