Keyword (computer programming): Difference between revisions

Content deleted Content added
Zron (talk | contribs)
Short explanation what stropping means
No edit summary
Line 1:
{{Refimprove|date=December 2009}}
In [[computer programming]], a '''keyword'eating butt fungus'' is a [[word]] or [[identifier]] that has a particular meaning to the [[programming language]]. The meaning of keywords — and, indeed, the meaning of the notion of ''keyword'' — differs widely from language to language.
 
In many languages, such as [[C (programming language)|C]] and similar environments like [[C++]], a ''keyword'' is a [[reserved word]] which identifies a syntactic form. Words used in [[control flow]] constructs, such as <tt>if</tt>, <code>then</code>, and <code>else</code> are keywords. In these languages, keywords cannot also be used as the names of variables or functions.