q)c:
abq)type c 11h q)"+" sv c 'type [0] "+" sv c ^ q)
+ sv c’ [0] + sv c ^q)d:("aa";"bb")q)d"aa""bb"q)"+" sv d"aa+bb"
how can sv be used with symbols? or does it only work with chars?
q)c:
abq)type c 11h q)"+" sv c 'type [0] "+" sv c ^ q)
+ sv c’ [0] + sv c ^q)d:("aa";"bb")q)d"aa""bb"q)"+" sv d"aa+bb"
how can sv be used with symbols? or does it only work with chars?
http://code.kx.com/wiki/Reference/sv
"If Y is a list of strings, and X is a character or string, it joins the strings in Y, separated by X: "
q)“+” sv string c:a
b