Hello, I started with Q recently and while I was trying to load a script, I realized that
When I trying to use load like this:
path: `:/User/home/desktop/file.q
\l path
or
path: “/User/home/desktop/file.q”
\l path
it doesnt work, I thought i was typeing the path wrong until I tried:
\l /User/home/desktop/file.q
and it worked. I would like to know how can I use load with the path in a variable since its not working with symbol or string type variables.