kdb+ and q
Q+A on all things kdb+ database and the q language
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Backtick language lawyer question

If you look part where output of argument as a function is shown http://code.kx.com/wiki/Reference/value you will see the globals has out as `d. Question is why is the variable name which is just d has a backtick before it. The variable d does not ha...

Info needed on topics

Hi, where can i find more info on the following topics Dynamic queries importing libraries q.k/q.q q shortcuts building gateways

Debugging func works

>From execution control chapter, how does this work ? zs:{`d`P`L`G`D!(system"d"),v[1 2 3],enlist last v:value x}

x:-y

What is the functional form of x-:y . Code is below:x:11y:5x-:y