UndefVar.st
changeset 3 b63b8a6b71fb
parent 0 7ad01559b262
child 20 f8dd8ba75205
equal deleted inserted replaced
2:0aae80a0ae84 3:b63b8a6b71fb
    26 variables - instead of returning nil,  the compiler returns an instance
    26 variables - instead of returning nil,  the compiler returns an instance
    27 of this class,  which will not understand ANY message.
    27 of this class,  which will not understand ANY message.
    28 The error message will then be "UndefinedVariable ..." instead of
    28 The error message will then be "UndefinedVariable ..." instead of
    29 "UndefineObject ..."
    29 "UndefineObject ..."
    30 
    30 
    31 %W% %E%
    31 $Header: /cvs/stx/stx/libcomp/Attic/UndefVar.st,v 1.2 1993-10-13 00:26:22 claus Exp $
    32 '!
    32 '!
    33 
    33 
    34 !UndefinedVariable class methodsFor:'instance creation'!
    34 !UndefinedVariable class methodsFor:'instance creation'!
    35 
    35 
    36 name:aString
    36 name:aString