Content deleted Content added
Short explanation what stropping means |
No edit summary |
||
Line 1:
{{Refimprove|date=December 2009}}
In [[computer programming]], a '''
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.
|