Closed punx120 closed 4 years ago
In q shell -
q)parse "binr[x;y]" binr `x `y
but in KDB Studio - it drops binr because i guess it doesn't know about it - i'm sure there are other adverb/keywords that are missing - i'll try to look at it more - but that's a start.
KDB studio output is:
( ;`x;`y)
In q shell -
but in KDB Studio - it drops binr because i guess it doesn't know about it - i'm sure there are other adverb/keywords that are missing - i'll try to look at it more - but that's a start.
KDB studio output is: