Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!midway!msuinfo!news From: sticken@pleiades.cps.msu.edu Newsgroups: comp.lang.smalltalk Subject: Meta Class "inst var"? Message-ID: <1991Jun11.145458.15123@msuinfo.cl.msu.edu> Date: 11 Jun 91 14:54:58 GMT Sender: news@msuinfo.cl.msu.edu Organization: AI/KBS Group, Comp Sci, Michigan State University, Lines: 27 I am getting confused on the purpose of the meta class instance variable slot. (The one I am looking at when I get a class in the SystemBrowser, and click the "class" selection.) What is the purpose of this construct? My first guess was that when I fill in a name in the "class instance var" list, that this would show up as class variables in the regular class (and its subclasses). In other words... .... ... | | Foo Foo class (the meta of Foo...) ClassVars InstVars InstVars I thought when I wrote into (Foo class) a new InstVar, that I would get automatically a new ClassVar in Foo, and its subs. That clearly is not what I am getting. Can someone enlighten me please? Thanks, ---jon---