options-search-last-candidate
options-search-fallback
options-search-escape-text
TOC Index
EditButtonTip 2019-08-04
EditButtonModalOff
Error due to binding to something that is not a variable or container
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