Content deleted Content added
Added category through WP:UNCAT. Please categorise articles whenever possible. |
added internal links per deadend tag. rm deadednd tag |
||
Line 1:
{{Wikify|date=December 2008}}
{{unreferenced|date=December 2008}}
In [[computer programming]], '''linear syntax''' is an expression that can be parsed from left to right. Linear syntax implies the ability to write code without the use of line feed or carriage return characters. Although the use of such characters is recommended for code readability, it is optional as [[compilers]] do not rely on those characters to parse and compile the code. [[HTML]], [[C (programming language)|C]], and [[SQL]] code are examples of linear syntax; they all rely on commas, semicolons, and parentheses to parse the code.
== SQL syntax ==
|