function ' problem

q)d:`:/home/chris/q/l64

q)key d

odbc.soqqconqview.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

you can look at http://code.kx.com/wiki/JB:QforMortals2/functions#each-both_.28.27.29

’ is treated as each both in this case.