; (Semicolon) (Delimiter)

Semicolon characters are used to separate one executable statement from another.

Availability:

ECMAScript edition - 2
JavaScript - 1.0
JScript - 1.0
Internet Explorer - 3.02
Netscape - 2.0
Netscape Enterprise Server- 2.0
Opera - 3.0

See also:Empty statement (;), Expression statement, Punctuator, Statement

Refer to:

Semi-colon (;)

Cross-references:

ECMA 262 edition 2 - section - 12.2

ECMA 262 edition 2 - section - 12.3

ECMA 262 edition 2 - section - 12.4

ECMA 262 edition 3 - section - 12.2

ECMA 262 edition 3 - section - 12.3

ECMA 262 edition 3 - section - 12.4