gpt4 book ai didi

operators - 为什么 Perl 6 REPL 中没有保留新的运算符定义?

转载 作者:行者123 更新时间:2023-12-03 23:51:39 26 4
gpt4 key购买 nike

我在尝试在 Perl 6 REPL 上定义运算符时遇到问题,并注意到它们确实有效,但仅当在定义它们的同一行上使用时。为什么会这样?

> sub postfix:<!>(Int $x where { $x >= 0 }) { [*] 1..$x }; 6!;
720
> 6!;
===SORRY!=== Error while compiling:
Negation metaoperator not followed by valid infix
------> 6!⏏;
expecting any of:
infix
infix stopper

最佳答案

这是一个错误。

查看错误报告 Perl6 REPL forgets the definition of ...REPL issue defining new operator...了解更多详情。

关于operators - 为什么 Perl 6 REPL 中没有保留新的运算符定义?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51896386/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com