While fixing some issues with the CRYNWR packages, I found another bug.
Basically, it has a [[X|4]] or similar in a REM statement. That was causing a "4]]" command not found. Docs say everything after the REM is ignored. But, the shell is obviously trying to pipe output. I haven idea how this wasn't a problem before with this package.
However out of curiosity, I checked MS-DOS6.22. It does the same thing.
So, although it is really a bug. It is consistent with MS-DOS.
Hi,
While fixing some issues with the CRYNWR packages, I found another bug.
Basically, it has a [[X|4]] or similar in a REM statement. That was causing a "4]]" command not found. Docs say everything after the REM is ignored. But, the shell is obviously trying to pipe output. I haven idea how this wasn't a problem before with this package.
However out of curiosity, I checked MS-DOS6.22. It does the same thing.
So, although it is really a bug. It is consistent with MS-DOS.
So should it be fixed? IDK.