options-search-last-candidate
options-search-fallback
options-search-escape-text
ConfigEditLinkText_01 ConfigEditLinkText_02 ConfigEditLinkText_03
ConfigEditModalOff
ConfigEditComposite
ConfigEditRepeat
TOC Index
ConfigEditButtonTip 2019-08-04
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