Linear syntax: Difference between revisions

Content deleted Content added
I don't see any need for that
Line 3:
'''Linear syntax''' is a [[computer programming]] term for an [[Expression (programming)|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 they are optional, as [[compiler]]s do not rely on them to parse and compile the code. [[HTML]], [[C (programming language)|C]], and [[SQL]] code are examples of languages that employ linear syntax; they all rely on commas, semicolons, and parentheses to separate code blocks.
 
[[Category:ComputerProgramming programminglanguage concepts]]