is there any way to delete the here namespace? Or more to the point, all the variables in it without knowing the variable names?
namespace("here") << Delete
doesn't seem to work. I could << Get contents and for through it, but I'm just wondering if there's a better way.