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 1
and
Version 2
of
Return
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
11/22/10 20:17:49 (
14 years
ago)
Author:
todd.a
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
Return
v1
v2
16
16
== Example ==
17
17
{{{
18
#!cobra
18
19
#Use an expression with a return statement to obtain the largest of two integers.
19
20
def max(a as int, b as int) as int is shared