[Swift-commit] r2383 - text/hpdc09submission
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Tue Dec 30 07:46:26 CST 2008
Author: benc
Date: 2008-12-30 07:46:25 -0600 (Tue, 30 Dec 2008)
New Revision: 2383
Modified:
text/hpdc09submission/paper.latex
Log:
merge procedure and function table
Modified: text/hpdc09submission/paper.latex
===================================================================
--- text/hpdc09submission/paper.latex 2008-12-30 06:45:11 UTC (rev 2382)
+++ text/hpdc09submission/paper.latex 2008-12-30 13:46:25 UTC (rev 2383)
@@ -319,7 +319,7 @@
\subsection{Operators and built-in procedures and functions}
SwiftScript has a number of built in operators, procedures and functions
-are very briefly described here:
+are very briefly described in tables \ref{optable} and \ref{proctable}.
\begin{table}[htb]
\begin{tabular}{|c|p{2in}|}
@@ -339,6 +339,7 @@
\hline
\end{tabular}
\caption{SwiftScript operators}
+\label{optable}
\end{table}
% ops: @ [ ] .
@@ -351,13 +352,6 @@
\hline
trace & output trace debugging information \\
\hline
-\end{tabular}
-\caption{SwiftScript built-in procedures}
-\end{table}
-
-\begin{table}[htb]
-\begin{tabular}{|r|p{2in}|}
-\hline
@arg & returns a named commandline argument \\
\hline
@extractint & reads an integer from a file \\
@@ -374,7 +368,8 @@
@toint \\
\hline
\end{tabular}
-\caption{SwiftScript functions}
+\caption{SwiftScript procedures and functions}
+\label{proctable}
\end{table}
\subsection{The execution environment for component programs}
More information about the Swift-commit
mailing list