https://learninghub.kx.com/forums/topic/q-def
trying to provide default parameters with the below statement:
d:.Q.def[`num1!5].Q.opt .z.x;
error as follows:
evaluation error:type
[1] (.Q.def)
[0] d:.Q.def[`num1!5].Q.opt .z.x;
^
does .Q.def only takes in list or atoms such as the above is fine? Thanks.