q)d:`:/home/chris/q/l64
q)key d
odbc.so
qqcon
qview.so
q)d ,/: key d
:/home/chris/q/l64 odbc.so
:/home/chris/q/l64 q
:/home/chris/q/l64 qcon
…
q)f:` sv ’ d ,/: key d
q)f
:/home/chris/q/l64/odbc.so
:/home/chris/q/l64/q`:/home/chris/q..
g:d {` sv x,y}’ key d;
I don’t know use function ’ in http://code.kx.com/wiki/Reference/Apostrophe also can not find related instructions.
At the same time, the effect of the function f and the effect of the function g is the same, but I don’t know how to compile the function g is.
Thank you very much