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/Boxes.cobra

    r1768 r1781  
    700700                else if type.isGenericDef and .isGeneric and type is .genericDef 
    701701                    r = type.isAssignableTo(this) 
     702        if not r 
     703            if type inherits StreamType 
     704                r = .isAssignableTo(type.box to !) 
    702705        return r 
    703706