https://learninghub.kx.com/forums/topic/functional-statement-exercise
last problem: Create a functional select query which returns all instances of the trade where newCol
is equal to "ABC"
trying to understand the solution: is there any particular reason to write ($:;enlist`ABC)?
it seems "ABC" is simpler and works too. see screenshot attached,
thanks.