Changes between Version 2 and Version 3 of MultidimensionalArray
- Timestamp:
- 08/05/12 15:03:00 (12 years ago)
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=8744 5 Browse the source on-line at http://cobra-language.com/trac/cobra/browser/cobra/trunk/Supplements/Matrix.cobra6 7 8 1 {{{ 2 #!cobra 3 9 4 class MultiList 10 5 """ … … 41 36 For further discussion on MultiLists, see the forum 42 37 http://cobra-language.com/forums/viewtopic.php?f=4&t=974 38 or browse the source 39 http://cobra-language.com/trac/cobra/browser/cobra/trunk/Source/Cobra.Core/MultiList.cobra 43 40 """ 44 41 … … 206 203 """ 207 204 }}} 208