-
set namespace on .q file
hi, on a .q file, how can I set the namespace (e.g. ns), so that I do not have to specific the namespace every time when defining a function?
Instead of:
.ns.fn1:{}
.ns.fn2:{}
Can we have something like:
(set namespace ns)
fn1:{}
fn2:{}
Log in to reply.