07.10.2015, 19:13
Quote:
syntax looks 'for' incorrectly
or return (arroba + 1 < ponto < len && ponto && arroba); should return data type -inf, ..., -1, 0, 1, 2, ..., inf or "a", "abc" and with you it looks like the condition "if" |
You should better inform you.
PHP код:
return (xxx); //this can only return 1 or 0 ...if the condition is true, then 1 else 0.
//And you can even write:
for( ;; )
{
//This would be an endless Loop
}