[Swift-commit] r6499 - branches/release-0.94/docs/userguide

davidk at ci.uchicago.edu davidk at ci.uchicago.edu
Thu May 2 16:06:19 CDT 2013


Author: davidk
Date: 2013-05-02 16:06:19 -0500 (Thu, 02 May 2013)
New Revision: 6499

Modified:
   branches/release-0.94/docs/userguide/app_procedures
Log:
Add @toString to docs


Modified: branches/release-0.94/docs/userguide/app_procedures
===================================================================
--- branches/release-0.94/docs/userguide/app_procedures	2013-05-02 20:59:01 UTC (rev 6498)
+++ branches/release-0.94/docs/userguide/app_procedures	2013-05-02 21:06:19 UTC (rev 6499)
@@ -418,6 +418,11 @@
 used with @arg to pass input parameters to a Swift script as
 floating point numbers.
 
+ at toString
+~~~~~~~~~
+ at toString(input) will parse its input into a string. Input can be an int, float, string,
+or boolean. 
+
 @length
 ~~~~~~
 @length(array) will return the length of an array in Swift. This function will wait for all elements in the array to be written before returning the length.




More information about the Swift-commit mailing list