"Blue < A, output A" will put A's value into the output.siggboy wrote:Will you explain why, or do I have to find out myself and explain it? It's not obvious to me right now.XKnight wrote:Nope It works only with Each mode.
You need to be less mysterious and explain more, then people can learn. Showing off is only 50% of the distance covered .
while
"Each < A, output A" will convert Blue's value into A.
Example:
Blue=30, A=50
Blue < A, output A => output 50 A
Each < A, output A => output 30 A