cppforever.com
Home
Syntax rules
Statement
Statements and semicolons
Separating statements in other programming languages
Go Up
Separating statements in other programming languages
Different languages use different rules:
Fortran
: the end of a line ends a statement
Pascal
: uses a semicolon as a
separator
(in some cases it may be omitted)