today I read bloomberg feed hand code, bloomberg.c.In the demo,
K u = knk(3, ks(ss((S)blpapi_Message_typeString(m))), ki(c.value.intValue), sequence_to_dictionary(e)); K ret = k(0, "Update", u, (K)0);
the Update is defined as followed:
Update:{@[value;x;.l.Crt"Update: '",string[x 0]," ",]}
To understand it, I read the Functional_Forms_of_Amend, but I did not know about
.l.Crt"Update: '",string[x 0]," ",
meaning,especially .l.thCrt. It is another function or not.
Thanks!