<div dir="ltr">It fails with an error about KedamaFloatArray not understanding #asFloat. <div>What was  happening is that concatenating two arrays together was failing.</div><div><br></div><div>There is a fix in the inbox: <span style="font-size:17.6px">EToys-cbc.281.mcz</span></div><div><br></div><div>It implements #, to not send #asCollection to the argument (which was causing the array to be enclosed in an array).  Hmm.  Crud.</div><div><br></div><div>It looks like this was broken because #asCollection only exists in BrpExtensions, coming from my loading of MaBase.  It might be nice to include it so that is survives loading this package, or it could be discarded as not necessary, and I can push a defintion of KedamaFloatArray back itno BrpExtensions that 'does the right thing' for KedamaFloatArray.  I'll try that in any case.</div><div><br></div><div>Thanks,</div><div>-cbc</div></div>