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'