Home › Forums › KX Academy › Infix Notation question › Reply To: Infix Notation question
-
Hi @megan_mcp
Thanks for the reply.
My example was not a good one. I realized that I had a list of strings so something like
“wKDe arB33e on”
“Ia quSesGREATt!”
When I run my original line of: “s except .Q.A” I get a type error and when I tried to add a “each” to it, I got parse errors. I guess my question would be how do I iterate through a list of lists while applying a function using infix notation.