NullScope.st
changeset 135 aa4f7b8f121e
parent 111 c94471645c21
equal deleted inserted replaced
134:d93682ca90a1 135:aa4f7b8f121e
    15        classVariableNames:''
    15        classVariableNames:''
    16        poolDictionaries:''
    16        poolDictionaries:''
    17        category:'System-Compiler ST-80-compatibility'
    17        category:'System-Compiler ST-80-compatibility'
    18 !
    18 !
    19 
    19 
    20 NullScope comment:'
       
    21 COPYRIGHT (c) 1995 by Claus Gittinger
       
    22 	      All Rights Reserved
       
    23 
       
    24 $Header: /cvs/stx/stx/libcomp/NullScope.st,v 1.4 1995-08-23 17:53:46 claus Exp $
       
    25 '!
       
    26 
       
    27 !NullScope class methodsFor:'documentation'!
    20 !NullScope class methodsFor:'documentation'!
    28 
    21 
    29 copyright
    22 copyright
    30 "
    23 "
    31  COPYRIGHT (c) 1995 by Claus Gittinger
    24  COPYRIGHT (c) 1995 by Claus Gittinger
    39  hereby transferred.
    32  hereby transferred.
    40 "
    33 "
    41 !
    34 !
    42 
    35 
    43 version
    36 version
    44 "
    37     ^ '$Header: /cvs/stx/stx/libcomp/NullScope.st,v 1.5 1995-11-11 15:30:39 cg Exp $'
    45 $Header: /cvs/stx/stx/libcomp/NullScope.st,v 1.4 1995-08-23 17:53:46 claus Exp $
       
    46 "
       
    47 !
    38 !
    48 
    39 
    49 documentation
    40 documentation
    50 "
    41 "
    51     This is a pure mimicri class.
    42     This is a pure mimicri class.