CJS:
units[s] = unitlist.filter!(x => any!(y => s==y));
One of your problems is that any that needs some range to work on. Bye, bearophile
CJS:
units[s] = unitlist.filter!(x => any!(y => s==y));
One of your problems is that any that needs some range to work on. Bye, bearophile