gpt4 book ai didi

traits - 特质是否仅适用于对象?

转载 作者:行者123 更新时间:2023-12-04 12:04:39 24 4
gpt4 key购买 nike

再次在this question的尾部,我正在尝试制作 will特性工作,使用这个(打高尔夫球)代码:

sub show-value( $a-var ) {
say "Value of {$a-var.^name} is ", $a-var.gist;
}

sub do-stuff () {
ENTER { say "Going in"; }
our $bar will enter { show-value($_) };
$bar = "baz";
LEAVE { say "Leaving"; }
}

do-stuff();
这只是打印“进入”。如果您在全局范围内执行此操作,则它(不会)以相同的方式工作。请注意,这几乎是 documentation example 的直接实现。 .

最佳答案

你还没有注意到你的乐堂版本。听起来像是今年引入的错误。
Running the same code using glot.io :

v2021.02.1
Going in
Value of Any is (Any)
Leaving

关于traits - 特质是否仅适用于对象?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68590823/

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