在哪里可以找到 squeak 中的 isAPrimitive
嘿,朋友们,我正在使用squeak进行开发,我发现原语很有用,每个评论都属于原语
请参阅对象文档whatIsAPrimitive
任何朋友都可以帮助在哪里查看对象文档whatIsAPrimitive< /strong>,首先感谢!
Hey, friends, I am using squeak for developing and I found primitives is useful, every comment belong to primitives all mentioned
See Object documentation whatIsAPrimitive
Any friend can help where to see the object document whatIsAPrimitive, thanks first!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以按如下方式找到此文档:打开类浏览器,搜索类Object,转到类端,然后查找方法whatIsAPrimitive。
或者,您可以选择单词 whatIsAPrimitive 并按 Ctrl-m(或 Mac 上的 Apple-m)来搜索具有该名称的方法。
You find this documentation as follows: open a class browser, search for the class Object, go to the class side, and look for the method whatIsAPrimitive.
Alternatively, you can select the word whatIsAPrimitive and hit Ctrl-m (or Apple-m on Mac) to search for a method with that name.