I think I've left it out of documentation because it has a few nasty side-effects. If a program in the background still outputs to the console, this will silently break things. Ideally, a proper Background special symbol would always redirect output to prevent all console clobbering. E.g.
Hi!
I think I've left it out of documentation because it has a few nasty side-effects. If a program in the background still outputs to the console, this will silently break things. Ideally, a proper
Background
special symbol would always redirect output to prevent all console clobbering. E.g.But this, of course, needs to be implemented first ...