Wiki

Changes between Version 9 and Version 10 of Methods

Show
Ignore:
Timestamp:
01/11/14 11:43:16 (10 years ago)
Author:
hopscc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Methods

    v9 v10  
    5151{{{ 
    5252#!cobra 
    53     def meth( a, b is String, c is out String) 
     53    def meth( a, b as String, c as out String) 
    5454        c = b + "_meth" 
    5555