smalltalk

Querying Smalltalk

September 29, 2005 9:44:12.422

An interesting question came up on comp.lang.smalltalk - the post I linked to provided the answer. The question?

now that you have mentioned it, is '' in VW imutable?

The answer can be found easily - do a "print-it" on this in a workspace:

'' isImmutable.

The cool thing is, I just brought up a BottomFeeder workspace to try it out.

 Share Tweet This
-->