Show
Ignore:
Timestamp:
07/30/08 02:34:05 (5 months ago)
Author:
Chuck.Esterbrook
Message:

Added support for declaring and raising events.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cobra/trunk/Source/Boxes.cobra

    r1553 r1560  
    18241824                sig ComputeSomething(a is int, b as int) as int 
    18251825 
    1826         .NET's calls these delegates and describes them as type-safe method signatures. 
     1826        .NET calls these delegates and describes them as type-safe method signatures. 
    18271827        The "sig" keyword fits nicely with other declaration keywords like "var" "def" and "get". 
    18281828        And "sig" is a more platform neutral term should we have other non-CLI backends.