How do I get the value of a class variable in squeak?
I have a string that contains the name of a class variable that I know exists for class A. I need to get the value of this varia开发者_StackOverflow社区ble (i.e. dereferencing), how do I do it?
(A bindingOf: #VariableName) value
精彩评论