So I'm currently learning to program using the Little Crab scenario however I have encountered a simple problem. When the lobster (who is trying to eat the Crab) reaches the edge of the world, it may stay stuck there for a while before moving on. I know that I can fix this with a simple if (atWorldEdge()) command. However, when I put this into the code, it says that it 'cannot find symbol - method atWorldEdge(). What do I do?

