Changes between Version 6 and Version 7 of StreamType
- Timestamp:
- 08/08/09 13:03:18 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StreamType
v6 v7 37 37 * 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. 38 38 * 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 41 See also: TypesOverview, LanguageTopics