The following DRAW statement does not work correctly:
DRAW "BM100,100D100R100U100L100"
There are two bugs in there:
"B" means draw nothing in the WHOLE string not just the next move "M"
If you clear the "B" the move "M" lose one character after coma means
"M100,100" will go to 100,0
Workaround: