The "student instructions" option has a bug: a comma is missing in line 405, which looks like:
405 print"S":pokeut,ul%:ifpeek(50003)=0thenpoke65301 1:poke65305,1
To make it work, the missing comma must be added, like this:
405 print"S":pokeut,ul%:ifpeek(50003)=0thenpoke65301,1:poke65305,1
|