实体变量可以是函数吗?

发布于 2024-10-31 11:52:49 字数 263 浏览 3 评论 0原文

既然函数和动作都是一流的,那么实体变量是否可以保存函数?历史上情况并非如此。实体变量只能是标志、计数器、轨迹或文字。

如果答案是正确的话,这是一个必然的结果。可以在postlude中定义函数并直接分配给实体变量吗?

(这是来自 CS 462 邮件列表的问题。)

Since functions and actions are first-class, is it possible for an entity variable to hold a function? Historically that was not the case; entity variables could only be flags, counters, trails, or literals.

A corollary to that, if the answer is true. Can a function be defined in a postlude and assigned directly to an entity variable?

(This is a question from the CS 462 mailing list.)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

你丑哭了我 2024-11-07 11:52:49

不可以。实体变量只能包含字符串和数字、数组、结构体及其任意组合。

No. Entity variables can only contain strings and numbers, arrays, structs, and any combination of such.

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