This code works for me too. I've tried this code for testing your posts and didn't get anything going wrong.
SCREEN 9
COLOR , 1 'for defining the screen's bounds
LINE (0, 0)-(600, 0), , , &HFFFF
LINE (0, 15)-(600, 15), , , &HFFFF
LINE (0, 339)-(600, 339), , , &HFFFF
LINE (100, 0)-(100, 15), ...