Referring to a variable by symbol inside a verb

t: flip ab!(1 2; 3 4); a xkey t; t / work finetest: {t: flip ab!(1 2; 3 4); a xkey t; t}; test / errorI think the problem is the use of `t within the test verb.Is there a workaround?

A workaround other than using `a xkey t, I mean. This is just a sillyexample;my real question is as per the subject line.

Date: Tue, 24 Feb 2009 20:48:23 +0000Message-ID: <1855e77f0902241248h3b1735e0m3e56cbffeeb00103@mail.gmail.com>Subject: Re: [personal kdb+] Re: Referring to a variable by symbol inside a verbFrom: Attila Vrabecz <attila.vrabecz>To: personal-kdbplus@googlegroups.comonly to use globalslocals don’t have symbols associated with thenmsee FAQ on code.kx.com for exampleRegards, AttilaOn Tue, Feb 24, 2009 at 8:36 PM, annakh7 wrote:>> A workaround other than using `a xkey t, I mean. This is just a silly> example;> my real question is as per the subject line.>> >></attila.vrabecz>