[net.micro.6809] COCO 3 Basic bug?

ac@utcs.UUCP (11/13/86)

   I have noticed an odd problem/feature of the print command.  If you
use a comma to specify column printing it doesn't work right for 40 or
80 column screens.  For example try:
FOR I=1 to 1000
PRINT I,I
NEXT I

For the 32 column screen I get 2 columns.  If I specify WIDTH 40 or
WIDTH 80 then the rightmost column shifts over one column to the right
every time the number of digits needed to print I increases.  Bug??