在哪里可以找到 squeak 中的 isAPrimitive

发布于 2024-10-20 00:59:07 字数 174 浏览 3 评论 0原文

嘿,朋友们,我正在使用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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

懒的傷心 2024-10-27 00:59:07

您可以按如下方式找到此文档:打开类浏览器,搜索类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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文