Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何以编程方式将类变量添加到 Pharo 中的类?它应该在类构建器中,您可以在其中向类添加实例变量。但我没有看到。
MyClass addClassVarNamed: 'MyClassVariable'