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.
私のクラスのテキストブックは、クラスの属性を扱うときに混同しないように警告してい@attr = ...ます。attr := ...ただし、違いが何であるかは説明されていません。MyCell := ...セルを操作すると、 がセルの内容を変更することは知っていますが、見たことはありません@something = ...。
@attr = ...
attr := ...
MyCell := ...
@something = ...