Class.st
changeset 5257 a90fd9cb3c18
parent 5248 1c577dbc3b1d
child 5296 12a5de62fef7
equal deleted inserted replaced
5256:1209e167d63e 5257:a90fd9cb3c18
  1017 
  1017 
  1018     "Created: 7.12.1995 / 13:16:46 / cg"
  1018     "Created: 7.12.1995 / 13:16:46 / cg"
  1019     "Modified: 15.10.1996 / 18:54:02 / cg"
  1019     "Modified: 15.10.1996 / 18:54:02 / cg"
  1020 ! !
  1020 ! !
  1021 
  1021 
  1022 !Class methodsFor:'adding/removing'!
  1022 !Class methodsFor:'adding & removing'!
  1023 
  1023 
  1024 removeFromSystem
  1024 removeFromSystem
  1025     "ST-80 compatibility
  1025     "ST-80 compatibility
  1026      remove myself from the system"
  1026      remove myself from the system"
  1027 
  1027 
  4072 ! !
  4072 ! !
  4073 
  4073 
  4074 !Class class methodsFor:'documentation'!
  4074 !Class class methodsFor:'documentation'!
  4075 
  4075 
  4076 version
  4076 version
  4077     ^ '$Header: /cvs/stx/stx/libbasic/Class.st,v 1.366 2000-02-08 15:27:56 cg Exp $'
  4077     ^ '$Header: /cvs/stx/stx/libbasic/Class.st,v 1.367 2000-02-12 15:35:30 cg Exp $'
  4078 ! !
  4078 ! !