class X::Bind is Exception {}

If you write code like this:

floor(1.1:= 42;

it dies with an X::Bind exception:

Cannot use bind operator with this left-hand side