Smalltalk.st
changeset 3 24d81bf47225
parent 2 6526dde5f3ac
child 5 67342904af11
equal deleted inserted replaced
2:6526dde5f3ac 3:24d81bf47225
    28 
    28 
    29 As you will notice, this is NOT a Dictionary
    29 As you will notice, this is NOT a Dictionary
    30  - my implementation of globals is totally different
    30  - my implementation of globals is totally different
    31    (due to the need to be able to access globals from c-code as well).
    31    (due to the need to be able to access globals from c-code as well).
    32 
    32 
    33 %W% %E%
    33 $Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.3 1993-10-13 00:18:22 claus Exp $
    34 '!
    34 '!
    35 
    35 
    36 Smalltalk at:#ErrorNumber put:nil!
    36 Smalltalk at:#ErrorNumber put:nil!
    37 Smalltalk at:#ErrorString put:nil!
    37 Smalltalk at:#ErrorString put:nil!
    38 Smalltalk at:#Language put:#english!
    38 Smalltalk at:#Language put:#english!