-
Infix Notation question
Hi,
I am working on level 2 of the KX academy and had a question for infix notation.
I am using keyword except to manipulate a string by removing all capital letters in it.
However when I use the except keyword in the following infix notation it doesn’t work
For example:
s: ABSIBeifehisrBTE
s2: s except .Q.A each s
This doesn’t seem to do anything however if I write it this way:
s2: except[;.Q.A] each s
this works perfect.
What am I doing wrong with the infix notation for it to not work. Apologies if this is a simple question, I am still new to using KX/Q 🙂
Thank you.
Log in to reply.