Does anyone know why we cannot use EACH on the RHS of a combinator setting?
I want to do:
Input: 1024 / EACH
Output: EACH
I am unable to select EACH on the RHS, therefor I am unable to divide by each. For +, *, AND, OR, and XOR it's not an issue. For - it is mildly annoying. For /, %, ^, <<, and >>, it is blocking.
I tried searching for information but I could not find anything. Any thoughts?
Unable to use EACH in combinators on RHS?
Re: Unable to use EACH in combinators on RHS?
As a replacement, are you able to do EACH / 1024 followed by EACH ^ -1 or even EACH ^ -1 and then EACH * 1024?
Would be neat if they added that as a feature but somehow I don't feel like they're up to it.
Would be neat if they added that as a feature but somehow I don't feel like they're up to it.
Re: Unable to use EACH in combinators on RHS?
No, you cannot do EACH ^ -1, it is always 0.