No the syntax error is me scribbling letters I just wanna know why it says [TWR] OK when I dont want it to. It didnt do it on PTC anyways... Im not even running TWR right now. The point is I know what Syntax Error means.
Ok. [TWR] means that TWR is the name of your active project. It's the folder where your programs will save. You can change it by going to "Manage Projects/Files" on the main menu and clicking the "Change Active Project" button.
If the program is ended in direct mode, SmileBASIC will print "[filename] OK".
If you don't want to make that print, you can add
FADE RGB(255,0,0,0),1
in the second line.
You'd better add
ACLS
in the top too.
ACLS completely clears the screen, and FADE (255,0,0,0),1 will cover the whole screen whith black in one frame(1/60 seconds).
I don't reccomend you to do the FADE, though.