Wiki
Show
Ignore:
Timestamp:
11/28/08 20:11:01 (3 years ago)
Author:
Chuck.Esterbrook
Message:

Added streams to the language. For example, int* or String*

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cobra/trunk/Source/Container.cobra

    r1768 r1781  
    300300        return false 
    301301 
     302    get isUninitializedForLocalVars as bool 
     303        return .isReference 
     304 
    302305    get innerType as IType? 
    303306        return nil