Jump to content

Line-oriented programming language

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Yobot (talk | contribs) at 09:20, 7 May 2011 (Autotagging + general fixes, added orphan, uncategorised tags using AWB (7694)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A line oriented programming language interprets the end of line is considered to be the end of an instruction or statement.

Some line oriented languages may support the use of a line continuation character, such as a backslash or tilde symbol.

Examples

The following languages are line oriented:

Non-line-oriented languages

Non line oriented programming languages utilize a logical statement end, or an end of statement marker, such as a semicolon or dot symbol to mark the line end.

Examples

The following languages are non-line-oriented: