You can't have multiple commands in a single line unless you use a : to separate them. For example, instead of... COLOR 7 LOCATE 14,14,-100 INPUT "SMTH",EP ...you should write... COLOR 7:LOCATE 14,14,-100:INPUT "SMTH",EP