LOCATE is actually a different statement from PRINT
PRINT allows: nothing, semi-colon and comma depending if you want the cursor on the next line (nothing), the cursor right where it left of (semi colon) and tabbed (on same line if fits) use comma. By cursor I mean the start of the next PRINT unless LOCATE redirects the cursor = next print location.
Usually good to use semi colon with allot of LOCATE and PRINT statements to avoid scrolling near end of screen or font changing to _FONT 8 from default 16.
Welcome to the forum!
@badger