Sandbox:Expressions
Jump to navigation
Jump to search
I got stuck at the following character:
1| )(% ^
I did not recognize the highlighted character.
- Try removing the character to see if that helps.
|
|
V
I got stuck at the following token:
1| )( ^
I was expecting to see a value, but instead I got ')'.
- Try removing the highlighted parenthesis to see if that helps.
|
|
V
I got stuck at the following token:
1| ( ^
I was expecting to see a value followed by an operator, but instead I got '('.
- Try adding an operator after the highlighted token to see if that helps.
|
|
V
I got stuck at the following token:
1| (&& ^^
I was expecting to see an operator preceded by a value, but instead I got '&&'.
- Try adding a value before the highlighted token to see if that helps.
|
|
V
I got stuck at the following token:
1| (12 && ^^
I was expecting to see an operator followed by a value, but instead I got '&&'.
- Try adding a value after the highlighted token to see if that helps.
|
|
V
I was expecting a closing parenthesis, because the highlighted parenthesis was not closed, but instead I reached the end of the expression:
1| (12 && 12 ^
- Try adding a ')' at the end of the expression to see if that helps.
|
|
V
1