#what the frick does illegal start of expression mean
1 messages · Page 1 of 1 (latest)
⌛ This post has been reserved for your question.
Hey @silk belfry! Please use
/closeor theClose Postbutton above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
Usually it means the compiler is lost because you're putting stuff where they shouldn't be.
Such as declaring a method inside another method. Can't do that
"illegal start of expression" specifically means that it was expecting an expression and you gave it something that can't possibly start an expression
usually means you're writing code in the wrong place (e.g. trying to define a function inside another function)
You repeated what I said to really press how much you agree with me?
Whoops sorry I didn't see your reply, only the last one. Consider it a signal boost 🙂