[Swift-commit] r2329 - trunk/docs

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Tue Nov 11 13:29:03 CST 2008


Author: benc
Date: 2008-11-11 13:29:03 -0600 (Tue, 11 Nov 2008)
New Revision: 2329

Modified:
   trunk/docs/userguide.xml
Log:
change userguide to use new app syntax

Modified: trunk/docs/userguide.xml
===================================================================
--- trunk/docs/userguide.xml	2008-11-11 18:42:28 UTC (rev 2328)
+++ trunk/docs/userguide.xml	2008-11-11 19:29:03 UTC (rev 2329)
@@ -288,10 +288,8 @@
 for myproc1 can be:
 
 <programlisting>
-(binaryfile bf) myproc1 (int i, string s="foo") {
-	app {
-		myapp1 i s @filename(bf);
-	}
+app (binaryfile bf) myproc1 (int i, string s="foo") {
+	myapp1 i s @filename(bf);
 }			
 </programlisting>
 




More information about the Swift-commit mailing list