Cobra Programming Language
Downloads
Documentation
How To
Samples
Discussion
Wiki
Contact
Wiki
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
←
Previous Change
Wiki History
Next Change →
Login
Preferences
Help/Guide
About Trac
Changes between
Version 9
and
Version 10
of
Methods
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
01/11/14 11:43:16 (
11 years
ago)
Author:
hopscc
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
Methods
v9
v10
51
51
{{{
52
52
#!cobra
53
def meth( a, b
is String, c i
s out String)
53
def meth( a, b
as String, c a
s out String)
54
54
c = b + "_meth"
55
55