class X::Obsolete does X::Comp { }

当用户尝试使用其他语言的构造时抛出语法错误。

例如

m/abc/i

使用以下内容进行 dies

===SORRY!===
Unsupported use of /i; in Raku please use :i

方法§

方法 old§

method old(--> Str:D)

返回过时语法构造的文本描述

方法 replacement§

method replacement(--> Str:D)

描述如何使用过时语法。

方法 when§

method when(--> Str:D)

返回描述语言状态的字符串(通常为" in Raku")。