[Swift-commit] r5198 - trunk/docs/userguide

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Thu Sep 29 22:02:15 CDT 2011


Author: ketan
Date: 2011-09-29 22:02:15 -0500 (Thu, 29 Sep 2011)
New Revision: 5198

Modified:
   trunk/docs/userguide/app_procedures
Log:
added @java function into function ref

Modified: trunk/docs/userguide/app_procedures
===================================================================
--- trunk/docs/userguide/app_procedures	2011-09-30 00:16:08 UTC (rev 5197)
+++ trunk/docs/userguide/app_procedures	2011-09-30 03:02:15 UTC (rev 5198)
@@ -383,10 +383,12 @@
 
 @length
 ~~~~~~
- at 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 lennth.
+ at 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.
 
+ at java
+~~~~~~
+ at java(class_name, static_method, method_arg) will call a java static method of the class class_name.
 
-
 Built-in procedure reference
 ----------------------------
 This section details built-in procedures that are available for use in




More information about the Swift-commit mailing list