-
dictionaries as functions
I have 2 functions defined in the test namespace:
.test.ex.t1:{[data] xxx; xxx;};
.test.ex.t2:{[data] xxx; xxx;};Then, I want call these functions as below:
.test.ex .’ ((`t1;data);(`t2;data))
but I run into a length error – what’s the correct syntax?
Log in to reply.