RiverRaider73 #1 Posted February 2, 2015 If I add anything, including a mere comment, I get syntax errors and my code won't compile. It doesn't make any sense at all. Anyone know what the problem is? Quote Share this post Link to post Share on other sites
+Tyler Frisbee #2 Posted February 2, 2015 (edited) I've been having this issue too. I suspect that it must have something to do with the compiler or visual bB, but I don't really know what I'm talking about Edited February 2, 2015 by Tyler12464 1 Quote Share this post Link to post Share on other sites
RiverRaider73 #3 Posted February 2, 2015 Perhaps re-installing would solve the issue? Quote Share this post Link to post Share on other sites
+Random Terrain #4 Posted February 2, 2015 Are you using the newest version of batari Basic?www.randomterrain.com/atari-2600-memories-batari-basic-commands.html#gettingstarted If you are, it's probably something silly like not having a space after rem. The only way to know for sure would be for you to attach your .bas file. Quote Share this post Link to post Share on other sites
+Tyler Frisbee #5 Posted February 2, 2015 This is quite possibly the dumbest thing I've ever encountered in my life, but I fixed it on my end by copying the code into a new project and it worked fine. It will compile in the new project but not the old....so try that if you haven't already Quote Share this post Link to post Share on other sites
+Random Terrain #6 Posted February 2, 2015 This is quite possibly the dumbest thing I've ever encountered in my life, but I fixed it on my end by copying the code into a new project and it worked fine. It will compile in the new project but not the old....so try that if you haven't already In a program you posted in another thread, you had 2 REMs that didn't have a space after REM and it wouldn't compile for me until I changed something like "rem---------" to "rem -------". Quote Share this post Link to post Share on other sites
+Tyler Frisbee #7 Posted February 2, 2015 That was probably my problem then as I pasted my code over to the new project in separate segments and I left a lot of my comments in the old project Quote Share this post Link to post Share on other sites