It would be useful to support query fragments. This could be done by allowing `.set` to accept line-continuation characters or possibly by allowing macros to act as prefixes - e.g. ``` .define test range i from 1 to 10 step 1 .end .test | extend j = i*i ```
It would be useful to support query fragments.
This could be done by allowing
.setto accept line-continuation characters or possibly by allowing macros to act as prefixes - e.g.