[Swift-commit] r7894 - SwiftApps/tryswift/scripts

wilde at ci.uchicago.edu wilde at ci.uchicago.edu
Sat May 31 15:14:47 CDT 2014


Author: wilde
Date: 2014-05-31 15:14:47 -0500 (Sat, 31 May 2014)
New Revision: 7894

Modified:
   SwiftApps/tryswift/scripts/001-introduction.swift
Log:
Test some TrySwift text changes.

Modified: SwiftApps/tryswift/scripts/001-introduction.swift
===================================================================
--- SwiftApps/tryswift/scripts/001-introduction.swift	2014-05-31 19:39:50 UTC (rev 7893)
+++ SwiftApps/tryswift/scripts/001-introduction.swift	2014-05-31 20:14:47 UTC (rev 7894)
@@ -1,14 +1,26 @@
-# Welcome to tryswift!
-# Tryswift aims to help users learn Swift by running example scripts
-# More information about Swift can be found at swift-lang.org
-#
-# This is the introduction script, which only contains this text
-# There are 4 other example scripts you may choose from:
-#     Hello World   - Gives the basic syntax for running an application
-#     Foreach       - Introduces the foreach statement to run multiple apps at once
-#     Multiple apps - Show dependencies between multiple applications
-#     Multi-stage   - Example of a larger multi-stage workflow
-#
-# After you select a script, you may click on the explain button above to learn more
-# If you would like to run try running your own script, you may enter the code below
+/*
 
+        This "Try Swift" interface lets you learn Swift from your browser - nothing to install.
+
+        You can run the built-in example scripts, change them, and run your own scripts.
+
+        TrySwift gives you a few built-in "apps" to run, and executes on a set of virtual machines.
+
+        Here's how:
+
+        - select the examples from the drop-down menu
+        - click [Explain] to read some background info on teh example
+        - click [Run] to run your code
+        - 
+
+        There are 4 other example scripts you may choose from:
+
+            Hello World   - Gives the basic syntax for running an application
+            Foreach       - Introduces the foreach statement to run multiple apps at once
+            Multiple apps - Show dependencies between multiple applications
+            Multi-stage   - Example of a larger multi-stage workflow
+
+        To run your own script, enter the code below, or in any other Example window
+
+*/
+




More information about the Swift-commit mailing list