[Swift-commit] r2334 - trunk/examples

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Wed Nov 12 13:43:10 CST 2008


Author: benc
Date: 2008-11-12 13:43:09 -0600 (Wed, 12 Nov 2008)
New Revision: 2334

Modified:
   trunk/examples/first.swift
Log:
newer marker type syntax for first.swift

Modified: trunk/examples/first.swift
===================================================================
--- trunk/examples/first.swift	2008-11-12 19:28:14 UTC (rev 2333)
+++ trunk/examples/first.swift	2008-11-12 19:43:09 UTC (rev 2334)
@@ -1,4 +1,4 @@
-type messagefile {}
+type messagefile;
 
 app (messagefile t) greeting() { 
     echo "Hello, world!" stdout=@filename(t);




More information about the Swift-commit mailing list