for what?

What does:
for(;:wink:
do?

TIA

Huh?

It looks like you are winking at us, TBH.

It's an infinite loop, same as doing while(true)

#define EVER (;;)
...
...
for EVER
{
  
}

I guess the smiley was caused by the second semicolon, let me try it again....;;;:wink:
Anyway thats what I kinda thought but wanted to make sure before causing myself hours of debugging

TNX all

Please use code tags.

Please edit your post, select the code, and put it between [code] ... [/code] tags.

You can do that by hitting the "Code" icon above the posting area. It is the first icon, with the symbol: </>

Read this before posting a programming question