read from file HFSFilePAth until end
It appears you've stumbled upon an Original Sin here... ;-)
Apparently the code which parses out script lines for display in the Tracer was not designed to expect an end token in the read command, and goes totally off into the weeds.Most people use eof there instead of end (I wasn't even aware of the alternative syntax until now). If you change your script to until eof instead, the display glitch should go away.
I'll get a fix into the next beta.
It appears you've stumbled upon an Original Sin here... ;-)