English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

4 answers

Syntax errors may be as simple as s a zpellin g errrorr.

Syntax error means the compilier cannot understand what you have typed. you will have to figure out where they are occurring and fixed them yourself.

Syntax errors maybe as simple as a spelling error.

Some languages are also case sensitive, so;

myCommand
MYCOMMAND
mYcOMMAND

are three different variables or a misSpelling (case wise) of a valid command or function

2007-02-18 05:16:10 · answer #1 · answered by MarkG 7 · 0 0

Syntax errors occur when a piece of code is being read and the interpreter sees something out of place. In HTML a syntax error could mean a missing end tag. In Java it could be a malformed if statement. Depends highly on what you are doing, but you'll probably have to fix the code to remove the error.

2007-02-18 04:26:17 · answer #2 · answered by skatc 3 · 0 0

A syntax error means there is a typo in code. Like a 1 even tough it is asking for a letter. If you gave more information on the problem then it would be easier to solve.

2007-02-18 04:22:34 · answer #3 · answered by Kenster102.5 6 · 0 0

I would need to see the code to help you. It means that there is an error in the structure of the statement.

2007-02-18 04:22:05 · answer #4 · answered by Barkley Hound 7 · 0 0

fedest.com, questions and answers