Applesoft: Using TRACE with DOS Commands

TRACE doesn't work with DOS commands unless you define D$= CHR$(13) + CHR$(4):
DOS expects that the control-D to be the first character on a line of output, while TRACE does not send out a RETURN.
Published Date: Feb 18, 2012