We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f30208c commit 10f782aCopy full SHA for 10f782a
resources/evaluate.q
@@ -149,7 +149,8 @@
149
.axq.i_NONPRIMCODE type data];
150
values: ('[removeTrailingNewline; toString] each data);
151
values: $[isAtomic and (1 >= count data); enlist values; values];
152
- order: $[1 ~ count data; iasc enlist data; iasc data];
+ formatData: $[1 ~ count data; enlist data; data];
153
+ order:@[{iasc x}; formatData; {"Not Yet Implemented for the input"}];
154
returnDictionary: `name`type`values`order!(name;types;values;order);
155
if[isKey; returnDictionary[`isKey]: isKey];
156
if[attr[data] <> `; returnDictionary[`attributes]: attr data];
0 commit comments