Wiki

Changes between Version 6 and Version 7 of StreamType

Show
Ignore:
Timestamp:
08/08/09 13:03:18 (15 years ago)
Author:
Chuck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • StreamType

    v6 v7  
    3737 * Streams are defaulted to be empty rather than nil, so you don't have to guard their usage with an "if" statement. You can loop through them immediately. 
    3838 * Portability and readability are the main motivations for having streams in the Cobra language. 
    39  * See also: [http://cobra-language.com/forums/viewtopic.php?f=4&t=216 "Streams" discussion], TypesOverview 
     39 * Also see [http://cobra-language.com/forums/viewtopic.php?f=4&t=216 "Streams" discussion] 
     40 
     41See also: TypesOverview, LanguageTopics