Wiki

Changes between Version 2 and Version 3 of MultidimensionalArray

Show
Ignore:
Timestamp:
08/05/12 15:03:00 (12 years ago)
Author:
jaegs
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MultidimensionalArray

    v2 v3  
    1 A sample/library class called `Matrix<of T>` is found in the Supplements directory next to Source and Tests. 
    2  
    3 See the discussion at: http://cobra-language.com/forums/viewtopic.php?f=4&t=874 
    4  
    5 Browse the source on-line at http://cobra-language.com/trac/cobra/browser/cobra/trunk/Supplements/Matrix.cobra 
    6  
    7  
    81{{{ 
     2#!cobra 
     3 
    94class MultiList 
    105""" 
     
    4136For further discussion on MultiLists, see the forum 
    4237http://cobra-language.com/forums/viewtopic.php?f=4&t=974 
     38or browse the source 
     39http://cobra-language.com/trac/cobra/browser/cobra/trunk/Source/Cobra.Core/MultiList.cobra 
    4340""" 
    4441 
     
    206203        """ 
    207204}}} 
    208