For all i know i'm doing everything right


someone wanna tell me what is going on with this? been at this for nearly a half hour. What am i missing?

Hi @digitalpro49178,

When using operators there should be no space.
EG > = is syntactically incorrect. You want no space between them: EG: >=

That’s why the error message is calling out unexpected token of “=”

really, it was that simple. I was trying to fix this for a little over 25 min and a simple space was the problem.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.