class X::Bind is Exception {}

如果您编写这样的代码

floor(1.1:= 42;

它将引发 X::Bind 异常而终止

Cannot use bind operator with this left-hand side