Wow, how did I manage to avoid learning about CONSOLE's default of EOF "" all these years? I thought I'd terminate a simple STARMSG pipeline with CONS ASYNC|PIPESTOP. Took me forever to realize that my problem wasn't that CONSOLE was failing to stop, but that it was already stopped because I'd entered a null line!
CONS NOEOF ASYNC|PIPESTOP and now all is happy. ¬R
