the semicolon is often used to separate multiple statements (for example, in Perl, Pascal, PL/I, and SQL). In other languages, semicolons are called terminators and are required after every statement (such as in Java, and the C family).

learn more… | top users | synonyms

0
votes
2answers
4k views

Syntax error 1084: Expecting semicolon before leftbrace

Did make a Flash banner and it al works fine. But when i want to put with the rectangle tool a button over the whole banner and put in the action tab the code: Symbol16.onRelease() { ...
0
votes
1answer
108 views

EBNF Colon and Semicolon usage?

I have no idea what a colon means in BNF or EBNF. It's not listed anywhere on the internet. Anyway, my professor decided to assign it in the homework. I think he is confusing it with a semicolon or ...
0
votes
0answers
48 views

multiple types in one declaration

I've seen people ask about this before, and it sounds like in general it comes down to a missing semicolon. I can't for the life of me find the potential culprit (the error is assigned to the line of ...
0
votes
0answers
140 views

Phpmyadmin import with a csv file containing commas, semicolons and tab delimiters

I am trying to use phpmyadmin import to get each piece of data and put it into a column it contains comma, semicolon and tab delimiters however I can only split the data by semicolons or commas. ...