Wiki

Changes between Version 2 and Version 3 of CobraCore

Show
Ignore:
Timestamp:
11/22/12 00:34:57 (12 years ago)
Author:
Charles
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CobraCore

    v2 v3  
    1 = CobraCore = 
     1= !CobraCore = 
    22 
    33CobraCore is a class within Cobra's standard library (known as "Cobra.Core"). It is immediately accessible in Cobra code and contains numerous `shared` methods for various utility functions.  
    44 
    5 You can browse the source online to see the method signatures along with their doc strings, contracts and unit tests: http://cobra-language.com/trac/cobra/browser/cobra/trunk/Source/Cobra.Core/CobraCore.cobra 
     5You can browse the source online to see the method signatures along with their doc strings, contracts and unit tests: [http://cobra-language.com/trac/cobra/browser/cobra/trunk/Source/Cobra.Core/CobraCore.cobra Source/Cobra.Core/CobraCore.cobra] 
     6 
     7It's not the only class in the library, which can be browsed in full at [http://cobra-language.com/trac/cobra/browser/cobra/trunk/Source/Cobra.Core Source/Cobra.Core] 
    68 
    79See also: LibraryTopics, EncodeAndDecode