Home › Forums › KX Academy › partitioned exercise question › Reply To: partitioned exercise question
-
Hi @lestat-jin
If we take a look at the format for the functional form of each (screenshot below) you can see the quote is used outside the square brackets.
So if I were to edit your answer it would look like:
allPaths:{[dir] sv'[`;dir, 'k where(k:key dir) like "[0-9]*"]}
I have removed the quote infront of dir and included it between sv and the square brackets as indicated in the documentation as this represents using each in functional form.
Let me know if this answers your question !
Thanks,
Megan