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.
嘿,朋友们,我正在使用 squeak 进行开发,我发现原语很有用,每个评论都属于所有提到的原语
See Object documentation whatIsAPrimitive
哪位朋友可以帮忙看看对象文档whatIsAPrimitive在哪里,先谢谢了!
您可以按如下方式找到此文档:打开类浏览器,搜索类Object,转到类端,然后查找方法whatIsAPrimitive。
或者,您可以选择单词whatIsAPrimitive并按 Ctrl-m(或 Mac 上的 Apple-m)以搜索具有该名称的方法。