Language construct: Difference between revisions

Content deleted Content added
m Remove dissociation with function as it contradicts the definition.
The syntax describes the rules from which language constructs are built, not the constructs themselves.
Line 1:
{{Unreferenced stub|auto=yes|date=December 2009}}
 
A '''language construct''' is a [[syntax|syntactically]] allowable part of a [[Computer program|program]] that may be formed from one or more [[lexical token]]s in accordance with the rules of a [[programming language]]. In simpler terms, it is the syntax/way a programming language is written.
 
The term "language construct" is often used as a synonym for [[Control flow|control structure]].