Language construct: Difference between revisions

Content deleted Content added
Examples of language constructs: got rid of superfluous "for example"
Added wikilinks for "control flow| and "function"
Line 4:
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]].
 
The term Language Constructs is often used as a synonym for [[Control flow|control structure]], and should not be confused with a [[Subroutine|function]].
 
==Examples of language constructs==