-
right to left evaluation
Hi, I’m new to q and array programming language. I’m having trouble understanding what it means to be right to left evaluation.
I was expecting the 2nd output should be 11 154 but this is not the case. I’m confused when the left operand of * operator can be list or atom. how does q determine when to stop? under what situation, q can treat 22*3+4 as one block and get 11 154?
Log in to reply.