Search: in
Linear syntax
Linear syntax in Encyclopedia Encyclopedia
  Tutorials     Encyclopedia     Dictionary     Directory  
       
Linear_syntax Email this to a friend      Linear_syntax

Linear syntax

Linear syntax
Linear syntax

Linear syntax

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, and SQL code are examples of linear syntax; they all rely on commas, semicolons, and parentheses to parse the code.

SQL syntax

SELECT ATABLE.ACOL1, ATABLE.ACOL2, ATABLE.ACOL3, BTABLE.BCOL3, CTABLE.CCOL5 FROM ATABLE, BTABLE, CTABLE WHERE ATABLE.ACOL1=BTABLE.ACOL1 AND BTABLE.BCOL5=CTABLE.CCOL1 ORDER BY ATABLE.ACOL3 DESC

or Select * from table_name;(* for all)

HTML syntax

<html><head><title>Web Page</title></head><body>This is a web page.</body></html>


Linear syntax
Linear syntax
Linear syntax

Source: Wikipedia | The above article is available under the GNU FDL. | Edit this article

Linear syntax
Linear syntax
Search for Linear syntax in Tutorials
Search for Linear syntax in Encyclopedia
Search for Linear syntax in Dictionary
Search for Linear syntax in Open Directory
Search for Linear syntax in Store
Search for Linear syntax in PriceGig


Help build the largest human-edited directory on the web.
Submit a Site - Open Directory Project - Become an Editor

Linear syntax
Advertisement

Advertisement



Linear syntax in Encyclopedia
Linear_syntax top Linear_syntax

Home - Add TutorGig to Your Site - Disclaimer

©2008-2009 TutorGig.com. All Rights Reserved. Privacy Statement