I tried calling count function of k from q function but it is giving error.
{
"k)"# 1 2 3 4 5 //~ count 1 2 3 4 5
}[]
So, I have below questions:
1. Is it possible to write k code within q script?
2. If yes, then how can we write k code in q script? and does using k code within q script/function make the script/function more efficient and optimised?