So I´m finally starting my one way track to become a coding master and ran into a problem. I am using Greenfoot version 2.4.2. I have to use this version because I have a raspberry pi and can not use a higher version.
The problem I´m having is when I put in,
if(Greenfoot.isKeyDown(¨right¨)
it says that there is an illegal character to the left of the first quote and makes everything after it surrounded by white instead in grey

