Wiki

Changes between Version 1 and Version 2 of Return

Show
Ignore:
Timestamp:
11/22/10 20:17:49 (13 years ago)
Author:
todd.a
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Return

    v1 v2  
    1616== Example == 
    1717{{{ 
     18#!cobra 
    1819#Use an expression with a return statement to obtain the largest of two integers. 
    1920def max(a as int, b as int) as int is shared