In Circle_game.jack (line 16): Expected } In Circle_game.jack (line 16): Expected end-of-file In Food.jack (line 6): Expected } In Food.jack (line 6): Expected end-of-file

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

In Circle_game.jack (line 16): Expected } In Circle_game.jack (line 16): Expected end-of-file In Food.jack (line 6): Expected } In Food.jack (line 6): Expected end-of-file

djbrizzle
Can someone help me understand why i keep getting these errorCircle_game.jackFood.jack
Reply | Threaded
Open this post in threaded view
|

Re: In Circle_game.jack (line 16): Expected } In Circle_game.jack (line 16): Expected end-of-file In Food.jack (line 6): Expected } In Food.jack (line 6): Expected end-of-file

ivant
The first error I see is on line 16, where you use the word "constructer". The correct keyword is "constructor".