I have searched online and the console appears to be a place where you can input commands and view outputs, is this the command line? What is the console in the case of tick?
Secondly why do we output .u.ld[d] to the console using the permanent handle 0, what is the consequence of this?
Hello,
Thank you for sharing your query with us, we’re working on feedback for you.
Many Thanks,
Luke
Hi Mannix,
This piece of code is simply evaluating the function .u.ld with d as the input in the current process and returning the result.
In this case its preparing the tp log and setting the counters.
This link details the 0 handle, though I think you may have already been looking at this:
https://code.kx.com/q/basics/handles/
Patrick