实体变量可以是函数吗?
既然函数和动作都是一流的,那么实体变量是否可以保存函数?历史上情况并非如此。实体变量只能是标志、计数器、轨迹或文字。
如果答案是正确的话,这是一个必然的结果。可以在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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不可以。实体变量只能包含字符串和数字、数组、结构体及其任意组合。
No. Entity variables can only contain strings and numbers, arrays, structs, and any combination of such.