Changeset 1560 for cobra/trunk/Source/Boxes.cobra
- Timestamp:
- 07/30/08 02:34:05 (5 months ago)
- Files:
-
- 1 modified
-
cobra/trunk/Source/Boxes.cobra (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/Source/Boxes.cobra
r1553 r1560 1824 1824 sig ComputeSomething(a is int, b as int) as int 1825 1825 1826 .NET 'scalls these delegates and describes them as type-safe method signatures.1826 .NET calls these delegates and describes them as type-safe method signatures. 1827 1827 The "sig" keyword fits nicely with other declaration keywords like "var" "def" and "get". 1828 1828 And "sig" is a more platform neutral term should we have other non-CLI backends.
